Home
last modified time | relevance | path

Searched refs:GL_CULL_FACE (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/rs/driver/
DrsdProgramRaster.cpp38 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/
DCubeRenderer.java120 gl.glEnable(GL10.GL_CULL_FACE); in onSurfaceCreated()
/frameworks/av/cmds/screenrecord/
DOverlay.cpp148 glDisable(GL_CULL_FACE); in setup_l()
300 glDisable(GL_CULL_FACE); in drawInfoPage()
DFrameOutput.cpp55 glDisable(GL_CULL_FACE); in createInputSurface()
/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp76 glDisable(GL_CULL_FACE); in TEST_F()
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp91 glEnable(GL_CULL_FACE); in init_scene()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-checks10 …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/
Dtritex.cpp185 glEnable(GL_CULL_FACE); in init_scene()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES11RenderEngine.cpp44 glDisable(GL_CULL_FACE); in GLES11RenderEngine()
/frameworks/native/opengl/tests/angeles/
Ddemo.c401 glDisable(GL_CULL_FACE); in drawGroundPlane()
469 glDisable(GL_CULL_FACE); in appInit()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp296 glEnable(GL_CULL_FACE); in init_scene()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java50 int GL_CULL_FACE = 0x0B44; field
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL10Header.java-if49 int GL_CULL_FACE = 0x0B44;
/frameworks/base/opengl/java/android/opengl/
DGLES10.java52 public static final int GL_CULL_FACE = 0x0B44; field in GLES10
DGLES20.java78 public static final int GL_CULL_FACE = 0x0B44; field in GLES20
/frameworks/native/opengl/libagl/
Dstate.cpp155 case GL_CULL_FACE: in enable_disable()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h160 #define GL_CULL_FACE 0x0B44 macro
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES10Header.java-if52 public static final int GL_CULL_FACE = 0x0B44;
DGLES20Header.java-if78 public static final int GL_CULL_FACE = 0x0B44;
/frameworks/native/opengl/include/GLES/
Dgl.h133 #define GL_CULL_FACE 0x0B44 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h128 #define GL_CULL_FACE 0x0B44 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h128 #define GL_CULL_FACE 0x0B44 macro
Dgl31.h128 #define GL_CULL_FACE 0x0B44 macro
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp1244 #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/
Denums.in37 GL_ENUM(0x0B44,GL_CULL_FACE)

12