Searched refs:glGetMaterialxvOES (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 407 public static native void glGetMaterialxvOES( in glGetMaterialxvOES() method in GLES11Ext 416 public static native void glGetMaterialxvOES( in glGetMaterialxvOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 137 glGetMaterialxvOES;
|
D | entries_gles1.in | 142 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
|
D | entries.in | 376 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 154 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetMaterialxvOES); 434 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetMaterialxvOES); in init_stub_library()
|
D | stubs_arm.cc | 154 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetMaterialxvOES); 434 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetMaterialxvOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 26 void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 148 void API_ENTRY(glGetMaterialxvOES)(GLenum face, GLenum pname, GLfixed *params) { 149 CALL_GL_API(glGetMaterialxvOES, face, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 366 #define glGetMaterialxvOES wrap_glGetMaterialxvOES macro
|
D | gles_undefine.h | 365 #undef glGetMaterialxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 246 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1459 glGetMaterialxvOES( in android_glGetMaterialxvOES__II_3II() 1498 glGetMaterialxvOES( in android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19506 method public static void glGetMaterialxvOES(int, int, int[], int); 19507 method public static void glGetMaterialxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32183 method public static void glGetMaterialxvOES(int, int, int[], int); 32184 method public static void glGetMaterialxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32327 method public static void glGetMaterialxvOES(int, int, int[], int); 32328 method public static void glGetMaterialxvOES(int, int, java.nio.IntBuffer);
|