Searched defs:glTexGeniv (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 43 #define glTexGeniv glTexGenivOES macro
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 396 void glTexGeniv( in glTexGeniv() method 403 void glTexGeniv( in glTexGeniv() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 1630 public void glTexGeniv(int coord, int pname, int[] params, int offset) { in glTexGeniv() method in GLErrorWrapper 1637 public void glTexGeniv(int coord, int pname, IntBuffer params) { in glTexGeniv() method in GLErrorWrapper
|
D | GLLogWrapper.java | 3832 public void glTexGeniv(int coord, int pname, int[] params, int offset) { in glTexGeniv() method in GLLogWrapper 3844 public void glTexGeniv(int coord, int pname, IntBuffer params) { in glTexGeniv() method in GLLogWrapper
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 2173 public native void glTexGeniv( in glTexGeniv() method in GLImpl 2182 public native void glTexGeniv( in glTexGeniv() method in GLImpl
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 44 #define glTexGeniv glTexGenivOES macro
|