Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt236 glScalex;
Dentries_gles1.in250 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
Dentries.in810 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc253 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalex);
533 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalex); in init_stub_library()
Dstubs_arm64.cc253 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalex);
533 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalex); in init_stub_library()
Dstubs_arm.cc253 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalex);
533 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalex); in init_stub_library()
/frameworks/native/opengl/tests/angeles/
Ddemo.c567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536)); in drawModels()
585 glScalex(fixedScale, fixedScale, fixedScale); in drawModels()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java832 void glScalex( in glScalex() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.088 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in373 void API_ENTRY(glScalex)(GLfixed x, GLfixed y, GLfixed z) {
374 CALL_GL_API(glScalex, x, y, z);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1093 public static native void glScalex( in glScalex() method in GLES10
DGLErrorWrapper.java700 public void glScalex(int x, int y, int z) { in glScalex() method in GLErrorWrapper
702 mgl.glScalex(x, y, z); in glScalex()
DGLLogWrapper.java2322 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/
Dgl.h560 GLAPI void APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java921 public native void glScalex( in glScalex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h529 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2872 glScalex( in android_glScalex__III()
Dcom_google_android_gles_jni_GLImpl.cpp3559 glScalex( in android_glScalex__III()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18985 method public static void glScalex(int, int, int);
51907 method public abstract void glScalex(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt29916 method public static void glScalex(int, int, int);
61763 method public void glScalex(int, int, int);