Home
last modified time | relevance | path

Searched refs:glMaterialxvOES (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java532 public static native void glMaterialxvOES( in glMaterialxvOES() method in GLES11Ext
541 public static native void glMaterialxvOES( in glMaterialxvOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt187 glMaterialxvOES;
Dentries_gles1.in198 GL_ENTRY(void, glMaterialxvOES, GLenum face, GLenum pname, const GLfixed *param)
Dentries.in568 GL_ENTRY(void, glMaterialxvOES, GLenum face, GLenum pname, const GLfixed *param)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMaterialxvOES);
484 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMaterialxvOES); in init_stub_library()
Dstubs_arm.cc204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMaterialxvOES);
484 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMaterialxvOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec36 void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in100 void API_ENTRY(glMaterialxvOES)(GLenum face, GLenum pname, const GLfixed *param) {
101 CALL_GL_API(glMaterialxvOES, face, pname, param);
/frameworks/native/opengl/include/GLES/
Dglext.h230 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *param);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1986 glMaterialxvOES( in android_glMaterialxvOES__II_3II()
2025 glMaterialxvOES( in android_glMaterialxvOES__IILjava_nio_IntBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19533 method public static void glMaterialxvOES(int, int, int[], int);
19534 method public static void glMaterialxvOES(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt33624 method public static void glMaterialxvOES(int, int, int[], int);
33625 method public static void glMaterialxvOES(int, int, java.nio.IntBuffer);