/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A 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
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 154 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetMaterialxvOES); 434 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetMaterialxvOES); in init_stub_library()
|
H A D | stubs_arm.cc | 154 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetMaterialxvOES); 434 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetMaterialxvOES); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 137 glGetMaterialxvOES;
|
H A D | entries_gles1.in | 142 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
|
H A D | entries.in | 376 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11Ext.spec | 26 void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | glext_api.in | 148 void API_ENTRY(glGetMaterialxvOES)(GLenum face, GLenum pname, GLfixed *params) { 149 CALL_GL_API(glGetMaterialxvOES, face, pname, params);
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | glext.h | 246 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 1461 glGetMaterialxvOES( in android_glGetMaterialxvOES__II_3II() 1500 glGetMaterialxvOES( in android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 28558 method public static void glGetMaterialxvOES(int, int, int[], int); 28559 method public static void glGetMaterialxvOES(int, int, java.nio.IntBuffer);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A 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);
|