Searched refs:glGetTexParameterxvOES (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 441 public static native void glGetTexParameterxvOES( in glGetTexParameterxvOES() method in GLES11Ext 450 public static native void glGetTexParameterxvOES( in glGetTexParameterxvOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 151 glGetTexParameterxvOES;
|
D | entries_gles1.in | 157 GL_ENTRY(void, glGetTexParameterxvOES, GLenum target, GLenum pname, GLfixed *params)
|
D | entries.in | 465 GL_ENTRY(void, glGetTexParameterxvOES, GLenum target, GLenum pname, GLfixed *params)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 168 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterxvOES); 448 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexParameterxvOES); in init_stub_library()
|
D | stubs_arm.cc | 168 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexParameterxvOES); 448 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetTexParameterxvOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 28 void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 76 void API_ENTRY(glGetTexParameterxvOES)(GLenum target, GLenum pname, GLfixed *params) { 77 CALL_GL_API(glGetTexParameterxvOES, target, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 453 #define glGetTexParameterxvOES wrap_glGetTexParameterxvOES macro
|
D | gles_undefine.h | 452 #undef glGetTexParameterxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 222 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1623 glGetTexParameterxvOES( in android_glGetTexParameterxvOES__II_3II() 1662 glGetTexParameterxvOES( in android_glGetTexParameterxvOES__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19518 method public static void glGetTexParameterxvOES(int, int, int[], int); 19519 method public static void glGetTexParameterxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32195 method public static void glGetTexParameterxvOES(int, int, int[], int); 32196 method public static void glGetTexParameterxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32339 method public static void glGetTexParameterxvOES(int, int, int[], int); 32340 method public static void glGetTexParameterxvOES(int, int, java.nio.IntBuffer);
|