Searched refs:glGetTexGenxvOES (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 1115 public static native void glGetTexGenxvOES( in glGetTexGenxvOES() method in GLES11Ext 1124 public static native void glGetTexGenxvOES( in glGetTexGenxvOES() method in GLES11Ext
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 38 #define glGetTexGenxv glGetTexGenxvOES
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 147 glGetTexGenxvOES;
|
D | entries_gles1.in | 153 GL_ENTRY(void, glGetTexGenxvOES, GLenum coord, GLenum pname, GLfixed *params)
|
D | entries.in | 453 GL_ENTRY(void, glGetTexGenxvOES, GLenum coord, GLenum pname, GLfixed *params)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 164 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexGenxvOES); 444 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexGenxvOES); in init_stub_library()
|
D | stubs_arm.cc | 164 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexGenxvOES); 444 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexGenxvOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 90 void glGetTexGenxvOES ( GLenum coord, GLenum pname, GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 157 void API_ENTRY(glGetTexGenxvOES)(GLenum coord, GLenum pname, GLfixed *params) { 158 CALL_GL_API(glGetTexGenxvOES, coord, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 441 #define glGetTexGenxvOES wrap_glGetTexGenxvOES macro
|
D | gles_undefine.h | 440 #undef glGetTexGenxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 249 GL_API void GL_APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3918 glGetTexGenxvOES( in android_glGetTexGenxvOES__II_3II() 3957 glGetTexGenxvOES( in android_glGetTexGenxvOES__IILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 39 #define glGetTexGenxv glGetTexGenxvOES
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19516 method public static void glGetTexGenxvOES(int, int, int[], int); 19517 method public static void glGetTexGenxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32193 method public static void glGetTexGenxvOES(int, int, int[], int); 32194 method public static void glGetTexGenxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32337 method public static void glGetTexGenxvOES(int, int, int[], int); 32338 method public static void glGetTexGenxvOES(int, int, java.nio.IntBuffer);
|