Home
last modified time | relevance | path

Searched defs:glFrontFace (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp268 void glFrontFace(GLenum mode) in glFrontFace() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp208 void glFrontFace(GLenum mode) {} in glFrontFace() function
Dwrap_gles.h293 #define glFrontFace wrap_glFrontFace macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java492 void glFrontFace( in glFrontFace() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java611 public static native void glFrontFace( in glFrontFace() method in GLES10
DGLErrorWrapper.java327 public void glFrontFace(int mode) { in glFrontFace() method in GLErrorWrapper
DGLES20.java738 public static native void glFrontFace( in glFrontFace() method in GLES20
DGLLogWrapper.java1657 public void glFrontFace(int mode) { in glFrontFace() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java425 public native void glFrontFace( in glFrontFace() method in GLImpl