Searched refs:GL_CULL_FACE (Results 1 - 23 of 23) sorted by relevance

/frameworks/rs/driver/
H A DrsdProgramRaster.cpp38 RSD_CALL_GL(glEnable, GL_CULL_FACE);
42 RSD_CALL_GL(glEnable, GL_CULL_FACE);
46 RSD_CALL_GL(glDisable, GL_CULL_FACE);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java120 gl.glEnable(GL10.GL_CULL_FACE);
/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp76 glDisable(GL_CULL_FACE);
/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp55 glDisable(GL_CULL_FACE);
H A DOverlay.cpp148 glDisable(GL_CULL_FACE);
300 glDisable(GL_CULL_FACE);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp91 glEnable(GL_CULL_FACE);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp185 glEnable(GL_CULL_FACE);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp44 glDisable(GL_CULL_FACE);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if52 public static final int GL_CULL_FACE = 0x0B44;
H A DGLES20Header.java-if78 public static final int GL_CULL_FACE = 0x0B44;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp296 glEnable(GL_CULL_FACE);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c401 glDisable(GL_CULL_FACE);
469 glDisable(GL_CULL_FACE);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java52 public static final int GL_CULL_FACE = 0x0B44; field in class:GLES10
H A DGLES20.java78 public static final int GL_CULL_FACE = 0x0B44; field in class:GLES20
H A DGLLogWrapper.java443 case GL_CULL_FACE:
444 return "GL_CULL_FACE";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java50 int GL_CULL_FACE = 0x0B44; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp155 case GL_CULL_FACE:
/frameworks/native/opengl/include/GLES/
H A Dgl.h133 #define GL_CULL_FACE 0x0B44 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h128 #define GL_CULL_FACE 0x0B44 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h160 #define GL_CULL_FACE 0x0B44 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1240 #if defined(GL_CULL_FACE)
1241 case GL_CULL_FACE:
1242 #endif // defined(GL_CULL_FACE)
1609 #if defined(GL_CULL_FACE)
1610 case GL_CULL_FACE:
1611 #endif // defined(GL_CULL_FACE)
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h128 #define GL_CULL_FACE 0x0B44 macro
H A Dgl31.h128 #define GL_CULL_FACE 0x0B44 macro

Completed in 604 milliseconds