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