Searched refs:GL_RENDERER (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.cpp152 case GL_RENDERER:
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp107 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp107 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp87 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if176 public static final int GL_RENDERER = 0x1F01;
H A DGLES20Header.java-if199 public static final int GL_RENDERER = 0x1F01;
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp395 glStr += (char*) glGetString(GL_RENDERER);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp347 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp274 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp298 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp453 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp408 printGLString("Renderer", GL_RENDERER);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp118 glGetString(GL_RENDERER),
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java176 public static final int GL_RENDERER = 0x1F01; field in class:GLES10
H A DGLES20.java199 public static final int GL_RENDERER = 0x1F01; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java174 int GL_RENDERER = 0x1F01; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp347 case GL_RENDERER: return (const GLubyte*)gRendererString;
/frameworks/rs/driver/
H A DrsdGL.cpp342 dc->gl.gl.renderer = glGetString(GL_RENDERER);
/frameworks/native/opengl/include/GLES/
H A Dgl.h402 #define GL_RENDERER 0x1F01 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h359 #define GL_RENDERER 0x1F01 macro
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp133 printGLString("Renderer", GL_RENDERER);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h257 #define GL_RENDERER 0x1F01 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h257 #define GL_RENDERER 0x1F01 macro
H A Dgl31.h257 #define GL_RENDERER 0x1F01 macro
H A Dgl32.h257 #define GL_RENDERER 0x1F01 macro

Completed in 436 milliseconds