/frameworks/rs/driver/ |
D | rsdProgramRaster.cpp | 39 RSD_CALL_GL(glCullFace, GL_BACK); in rsdProgramRasterSetActive() 43 RSD_CALL_GL(glCullFace, GL_FRONT); in rsdProgramRasterSetActive()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 21 void glCullFace ( GLenum mode )
|
D | GLES20.spec | 28 void glCullFace ( GLenum mode )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 392 void glCullFace( in glCullFace() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 21 void glCullFace ( GLenum mode )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 178 void API_ENTRY(glCullFace)(GLenum mode) { 179 CALL_GL_API(glCullFace, mode);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 469 public static native void glCullFace( in glCullFace() method in GLES10
|
D | GLES20.java | 555 public static native void glCullFace( in glCullFace() method in GLES20
|
D | GLErrorWrapper.java | 201 public void glCullFace(int mode) { in glCullFace() method in GLErrorWrapper 203 mgl.glCullFace(mode); in glCullFace()
|
D | GLLogWrapper.java | 1413 public void glCullFace(int mode) { in glCullFace() method in GLLogWrapper 1418 mgl.glCullFace(mode); in glCullFace()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 254 void glCullFace(GLenum mode) in glCullFace() function
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 189 void glCullFace(GLenum mode) {} in glCullFace() function
|
D | wrap_gles.h | 148 #define glCullFace wrap_glCullFace macro
|
D | unwrap_gles.h | 148 #undef glCullFace
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 493 GLAPI void APIENTRY glCullFace (GLenum mode);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 283 public native void glCullFace( in glCullFace() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 654 GL_API void GL_APIENTRY glCullFace (GLenum mode);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 82 void API_ENTRY(glCullFace)(GLenum mode) { 83 CALL_GL_API(glCullFace, mode);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 555 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 555 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
D | gl31.h | 555 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
D | gl32.h | 555 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 718 glCullFace( in android_glCullFace__I()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 463 gl.glCullFace(GL10.GL_BACK);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 129 GL_ENTRY(void, glCullFace, GLenum mode)
|