Searched defs:glTexGenxv (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 45 #define glTexGenxv glTexGenxvOES macro
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 415 void glTexGenxv( in glTexGenxv() method 422 void glTexGenxv( in glTexGenxv() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 1651 public void glTexGenxv(int coord, int pname, int[] params, int offset) { in glTexGenxv() method in GLErrorWrapper 1658 public void glTexGenxv(int coord, int pname, IntBuffer params) { in glTexGenxv() method in GLErrorWrapper
|
D | GLLogWrapper.java | 3866 public void glTexGenxv(int coord, int pname, int[] params, int offset) { in glTexGenxv() method in GLLogWrapper 3878 public void glTexGenxv(int coord, int pname, IntBuffer params) { in glTexGenxv() method in GLLogWrapper
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 2198 public native void glTexGenxv( in glTexGenxv() method in GLImpl 2207 public native void glTexGenxv( in glTexGenxv() method in GLImpl
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 46 #define glTexGenxv glTexGenxvOES macro
|