Home
last modified time | relevance | path

Searched refs:glCullFace (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/rs/driver/
DrsdProgramRaster.cpp39 RSD_CALL_GL(glCullFace, GL_BACK); in rsdProgramRasterSetActive()
43 RSD_CALL_GL(glCullFace, GL_FRONT); in rsdProgramRasterSetActive()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt37 glCullFace;
DlibGLESv1_CM.map.txt46 glCullFace;
DlibGLESv3.map.txt72 glCullFace;
Dentries_gles1.in45 GL_ENTRY(void, glCullFace, GLenum mode)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec21 void glCullFace ( GLenum mode )
DGLES20.spec28 void glCullFace ( GLenum mode )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java392 void glCullFace( in glCullFace() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.021 void glCullFace ( GLenum mode )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in178 void API_ENTRY(glCullFace)(GLenum mode) {
179 CALL_GL_API(glCullFace, mode);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java469 public static native void glCullFace( in glCullFace() method in GLES10
DGLES20.java557 public static native void glCullFace( in glCullFace() method in GLES20
DGLErrorWrapper.java201 public void glCullFace(int mode) { in glCullFace() method in GLErrorWrapper
203 mgl.glCullFace(mode); in glCullFace()
DGLLogWrapper.java1413 public void glCullFace(int mode) { in glCullFace() method in GLLogWrapper
1418 mgl.glCullFace(mode); in glCullFace()
/frameworks/native/opengl/libagl/
Dstate.cpp254 void glCullFace(GLenum mode) in glCullFace() function
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h493 GLAPI void APIENTRY glCullFace (GLenum mode);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java283 public native void glCullFace( in glCullFace() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h464 GL_API void GL_APIENTRY glCullFace (GLenum mode);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h145 #define glCullFace wrap_glCullFace macro
Dgles_undefine.h145 #undef glCullFace
Dgles_stubs.in82 void API_ENTRY(glCullFace)(GLenum mode) {
83 CALL_GL_API(glCullFace, mode);
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in82 void API_ENTRY(glCullFace)(GLenum mode) {
83 CALL_GL_API(glCullFace, mode);
/frameworks/native/opengl/include/GLES2/
Dgl2.h553 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/frameworks/native/opengl/include/GLES3/
Dgl3.h553 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp730 glCullFace( in android_glCullFace__I()

12