/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 184 glMaterialx;
|
D | entries_gles1.in | 195 GL_ENTRY(void, glMaterialx, GLenum face, GLenum pname, GLfixed param)
|
D | entries.in | 565 GL_ENTRY(void, glMaterialx, GLenum face, GLenum pname, GLfixed param)
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 201 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMaterialx); 481 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMaterialx); in init_stub_library()
|
D | stubs_arm64.cc | 201 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMaterialx); 481 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMaterialx); in init_stub_library()
|
D | stubs_arm.cc | 201 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMaterialx); 481 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMaterialx); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 63 void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 670 void glMaterialx( in glMaterialx() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 63 void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 316 void API_ENTRY(glMaterialx)(GLenum face, GLenum pname, GLfixed param) { 317 CALL_GL_API(glMaterialx, face, pname, param);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 854 public static native void glMaterialx( in glMaterialx() method in GLES10
|
D | GLErrorWrapper.java | 528 public void glMaterialx(int face, int pname, int param) { in glMaterialx() method in GLErrorWrapper 530 mgl.glMaterialx(face, pname, param); in glMaterialx()
|
D | GLLogWrapper.java | 2017 public void glMaterialx(int face, int pname, int param) { in glMaterialx() method in GLLogWrapper 2024 mgl.glMaterialx(face, pname, param); in glMaterialx()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 535 GLAPI void APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param);
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 555 glMaterialx(GL_FRONT_AND_BACK, GL_SHININESS, 60 << 16); in configureLightAndMaterial()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 682 public native void glMaterialx( in glMaterialx() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 510 GL_API void GL_APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2291 glMaterialx( in android_glMaterialx__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 2968 glMaterialx( in android_glMaterialx__III()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18957 method public static void glMaterialx(int, int, int); 51879 method public abstract void glMaterialx(int, int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 29888 method public static void glMaterialx(int, int, int); 61735 method public void glMaterialx(int, int, int);
|