Home
last modified time | relevance | path

Searched refs:glGetMaterialxvOES (Results 1 – 14 of 14) 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_gles1.in142 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
Dentries.in376 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc154 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetMaterialxvOES);
434 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetMaterialxvOES); in init_stub_library()
Dstubs_arm64.cc154 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetMaterialxvOES);
434 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetMaterialxvOES); in init_stub_library()
Dstubs_arm.cc154 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/
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/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.cpp1462 glGetMaterialxvOES( in android_glGetMaterialxvOES__II_3II()
1501 glGetMaterialxvOES( in android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt30437 method public static void glGetMaterialxvOES(int, int, int[], int);
30438 method public static void glGetMaterialxvOES(int, int, java.nio.IntBuffer);