/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 236 glScalex;
|
D | entries_gles1.in | 250 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
|
D | entries.in | 810 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 253 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalex); 533 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalex); in init_stub_library()
|
D | stubs_arm64.cc | 253 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalex); 533 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalex); in init_stub_library()
|
D | stubs_arm.cc | 253 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalex); 533 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalex); in init_stub_library()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536)); in drawModels() 585 glScalex(fixedScale, fixedScale, fixedScale); in drawModels()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 832 void glScalex( in glScalex() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 373 void API_ENTRY(glScalex)(GLfixed x, GLfixed y, GLfixed z) { 374 CALL_GL_API(glScalex, x, y, z);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 1093 public static native void glScalex( in glScalex() method in GLES10
|
D | GLErrorWrapper.java | 700 public void glScalex(int x, int y, int z) { in glScalex() method in GLErrorWrapper 702 mgl.glScalex(x, y, z); in glScalex()
|
D | GLLogWrapper.java | 2322 public void glScalex(int x, int y, int z) { in glScalex() method in GLLogWrapper 2329 mgl.glScalex(x, y, z); in glScalex()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 560 GLAPI void APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 921 public native void glScalex( in glScalex() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 529 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2872 glScalex( in android_glScalex__III()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3559 glScalex( in android_glScalex__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 | 18985 method public static void glScalex(int, int, int); 51907 method public abstract void glScalex(int, int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 29916 method public static void glScalex(int, int, int); 61763 method public void glScalex(int, int, int);
|