Home
last modified time | relevance | path

Searched refs:glScalexOES (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt237 glScalexOES;
Dentries_gles1.in251 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
Dentries.in811 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc254 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalexOES);
534 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalexOES); in init_stub_library()
Dstubs_arm64.cc254 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalexOES);
534 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalexOES); in init_stub_library()
Dstubs_arm.cc254 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScalexOES);
534 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScalexOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec47 void glScalexOES ( GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java642 public static native void glScalexOES( in glScalexOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in127 void API_ENTRY(glScalexOES)(GLfixed x, GLfixed y, GLfixed z) {
128 CALL_GL_API(glScalexOES, x, y, z);
/frameworks/native/opengl/include/GLES/
Dglext.h239 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2294 glScalexOES( in android_glScalexOES__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.txt19550 method public static void glScalexOES(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt30481 method public static void glScalexOES(int, int, int);