Home
last modified time | relevance | path

Searched refs:glScalexOES (Results 1 – 15 of 15) 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/libGLESv1_CM/
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/base/libs/hwui/debug/
Dgles_redefine.h747 #define glScalexOES wrap_glScalexOES macro
Dgles_undefine.h746 #undef glScalexOES
/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.cpp2291 glScalexOES( in android_glScalexOES__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19550 method public static void glScalexOES(int, int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt32227 method public static void glScalexOES(int, int, int);
/frameworks/base/api/
Dcurrent.txt32371 method public static void glScalexOES(int, int, int);