/frameworks/rs/driver/ |
D | rsdProgramRaster.cpp | 38 RSD_CALL_GL(glEnable, GL_CULL_FACE); in rsdProgramRasterSetActive() 42 RSD_CALL_GL(glEnable, GL_CULL_FACE); in rsdProgramRasterSetActive() 46 RSD_CALL_GL(glDisable, GL_CULL_FACE); in rsdProgramRasterSetActive()
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 120 gl.glEnable(GL10.GL_CULL_FACE); in onSurfaceCreated()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 148 glDisable(GL_CULL_FACE); in setup_l() 300 glDisable(GL_CULL_FACE); in drawInfoPage()
|
D | FrameOutput.cpp | 55 glDisable(GL_CULL_FACE); in createInputSurface()
|
/frameworks/native/libs/gui/tests/ |
D | MultiTextureConsumer_test.cpp | 76 glDisable(GL_CULL_FACE); in TEST_F()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 91 glEnable(GL_CULL_FACE); in init_scene()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 10 …BINDING,GL_COLOR_ARRAY_SIZE,GL_COLOR_ARRAY_STRIDE,GL_COLOR_ARRAY_TYPE,GL_CULL_FACE,GL_DEPTH_BITS,G…
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 185 glEnable(GL_CULL_FACE); in init_scene()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.cpp | 44 glDisable(GL_CULL_FACE); in GLES11RenderEngine()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 401 glDisable(GL_CULL_FACE); in drawGroundPlane() 469 glDisable(GL_CULL_FACE); in appInit()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 296 glEnable(GL_CULL_FACE); in init_scene()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 50 int GL_CULL_FACE = 0x0B44; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 49 int GL_CULL_FACE = 0x0B44;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 52 public static final int GL_CULL_FACE = 0x0B44; field in GLES10
|
D | GLES20.java | 78 public static final int GL_CULL_FACE = 0x0B44; field in GLES20
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 155 case GL_CULL_FACE: in enable_disable()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 160 #define GL_CULL_FACE 0x0B44 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 52 public static final int GL_CULL_FACE = 0x0B44;
|
D | GLES20Header.java-if | 78 public static final int GL_CULL_FACE = 0x0B44;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 133 #define GL_CULL_FACE 0x0B44 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 128 #define GL_CULL_FACE 0x0B44 macro
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 128 #define GL_CULL_FACE 0x0B44 macro
|
D | gl31.h | 128 #define GL_CULL_FACE 0x0B44 macro
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 1244 #if defined(GL_CULL_FACE) in android_glGetIntegerv__I_3II() 1245 case GL_CULL_FACE: in android_glGetIntegerv__I_3II() 1613 #if defined(GL_CULL_FACE) in android_glGetIntegerv__ILjava_nio_IntBuffer_2() 1614 case GL_CULL_FACE: in android_glGetIntegerv__ILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | enums.in | 37 GL_ENUM(0x0B44,GL_CULL_FACE)
|