Home
last modified time | relevance | path

Searched refs:glGetMaterialxvOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java407 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/
DlibGLESv1_CM.map.txt137 glGetMaterialxvOES;
Dentries.in376 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec26 void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in148 void API_ENTRY(glGetMaterialxvOES)(GLenum face, GLenum pname, GLfixed *params) {
149 CALL_GL_API(glGetMaterialxvOES, face, pname, params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h366 #define glGetMaterialxvOES wrap_glGetMaterialxvOES macro
Dgles_undefine.h365 #undef glGetMaterialxvOES
/frameworks/native/opengl/include/GLES/
Dglext.h246 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1493 glGetMaterialxvOES( in android_glGetMaterialxvOES__II_3II()
1532 glGetMaterialxvOES( in android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19506 method public static void glGetMaterialxvOES(int, int, int[], int);
19507 method public static void glGetMaterialxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28393 Landroid/opengl/GLES11Ext;->glGetMaterialxvOES(IILjava/nio/IntBuffer;)V
28394 Landroid/opengl/GLES11Ext;->glGetMaterialxvOES(II[II)V
/frameworks/base/api/
Dcurrent.txt29933 method public static void glGetMaterialxvOES(int, int, int[], int);
29934 method public static void glGetMaterialxvOES(int, int, java.nio.IntBuffer);