Searched refs:glCullFace (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/libs/rs/driver/
H A DrsdProgramRaster.cpp39 RSD_CALL_GL(glCullFace, GL_BACK);
43 RSD_CALL_GL(glCullFace, GL_FRONT);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec21 void glCullFace ( GLenum mode )
H A DGLES20.spec28 void glCullFace ( GLenum mode )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java467 // C function void glCullFace ( GLenum mode )
469 public static native void glCullFace( method in class:GLES10
H A DGLErrorWrapper.java201 public void glCullFace(int mode) { method in class:GLErrorWrapper
203 mgl.glCullFace(mode);
H A DGLES20.java549 // C function void glCullFace ( GLenum mode )
551 public static native void glCullFace( method in class:GLES20
H A DGLLogWrapper.java1413 public void glCullFace(int mode) { method in class:GLLogWrapper
1414 begin("glCullFace");
1418 mgl.glCullFace(mode);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java392 void glCullFace( method in interface:GL10
/frameworks/base/opengl/libagl/
H A Dstate.cpp253 void glCullFace(GLenum mode) function
/frameworks/base/opengl/include/GLES/
H A Dgl.h654 GL_API void GL_APIENTRY glCullFace (GLenum mode);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h501 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java280 // C function void glCullFace ( GLenum mode )
282 public native void glCullFace( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h340 static const Function glCullFace = Message_Function_glCullFace; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp250 dbg->hooks->gl.glCullFace(
H A Ddebugger_message.pb.cpp266 const Message_Function Message::glCullFace; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp719 _c->glCullFace(mode);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h493 GLAPI void APIENTRY glCullFace (GLenum mode);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h63 GL_ENTRY(void, glCullFace, GLenum mode)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp394 /* void glCullFace ( GLenum mode ) */
398 glCullFace(
3427 {"glCullFace", "(I)V", (void *) android_glCullFace__I },
H A Dandroid_opengl_GLES20.cpp493 /* void glCullFace ( GLenum mode ) */
497 glCullFace(
4899 {"glCullFace", "(I)V", (void *) android_glCullFace__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp520 /* void glCullFace ( GLenum mode ) */
524 glCullFace(
7301 {"glCullFace", "(I)V", (void *) android_glCullFace__I },

Completed in 277 milliseconds