Loading opengl/libs/EGL/egl_layers.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ LayerLoader& LayerLoader::getInstance() { const char kSystemLayerLibraryDir[] = "/data/local/debug/gles"; std::string LayerLoader::GetDebugLayers() { // Layers can be specified at the Java level in GraphicsEnvironemnt // Layers can be specified at the Java level in GraphicsEnvironment // gpu_debug_layers_gles = layer1:layer2:layerN std::string debug_layers = android::GraphicsEnv::getInstance().getDebugLayersGLES(); Loading Loading
opengl/libs/EGL/egl_layers.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ LayerLoader& LayerLoader::getInstance() { const char kSystemLayerLibraryDir[] = "/data/local/debug/gles"; std::string LayerLoader::GetDebugLayers() { // Layers can be specified at the Java level in GraphicsEnvironemnt // Layers can be specified at the Java level in GraphicsEnvironment // gpu_debug_layers_gles = layer1:layer2:layerN std::string debug_layers = android::GraphicsEnv::getInstance().getDebugLayersGLES(); Loading