Home
last modified time | relevance | path

Searched refs:glScalex (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc253 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalex);
533 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalex); in init_stub_library()
H A Dstubs_arm.cc253 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 DlibGLESv1_CM.map.txt236 glScalex;
H A Dentries_gles1.in250 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
H A Dentries.in810 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
/aosp12/frameworks/native/opengl/tests/angeles/
H A Ddemo.c567 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 DGLES10.spec88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java832 void glScalex( in glScalex() method
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dgl_api.in373 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 Dglspec-1.088 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1093 public static native void glScalex( in glScalex() method in GLES10
H A DGLErrorWrapper.java700 public void glScalex(int x, int y, int z) { in glScalex() method in GLErrorWrapper
702 mgl.glScalex(x, y, z); in glScalex()
H A DGLLogWrapper.java2322 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 Dgl.h560 GLAPI void APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java921 public native void glScalex( in glScalex() method in GLImpl
/aosp12/frameworks/native/opengl/include/GLES/
H A Dgl.h529 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2871 glScalex( in android_glScalex__III()
H A Dcom_google_android_gles_jni_GLImpl.cpp3558 glScalex( in android_glScalex__III()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28037 method public static void glScalex(int, int, int);
57160 method public void glScalex(int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18985 method public static void glScalex(int, int, int);
51907 method public abstract void glScalex(int, int, int);