Searched refs:glScalef (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto321 glScalef = 295;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec87 void glScalef ( GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1099 // C function void glScalef ( GLfloat x, GLfloat y, GLfloat z )
1101 public static native void glScalef( method in class:GLES10
H A DGLErrorWrapper.java694 public void glScalef(float x, float y, float z) { method in class:GLErrorWrapper
696 mgl.glScalef(x, y, z);
H A DGLLogWrapper.java2311 public void glScalef(float x, float y, float z) { method in class:GLLogWrapper
2312 begin("glScalef");
2318 mgl.glScalef(x, y, z);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java826 void glScalef( method in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h625 GL_API void GL_APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h559 GLAPI void APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java908 // C function void glScalef ( GLfloat x, GLfloat y, GLfloat z )
910 public native void glScalef( method in class:GLImpl
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1052 void glScalef(GLfloat x, GLfloat y, GLfloat z) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp832 const GLMessage_Function GLMessage::glScalef; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1165 static const Function glScalef = GLMessage_Function_glScalef; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp12152 glmsg.set_function(GLMessage::glScalef);
12175 glContext->hooks->gl.glScalef(x, y, z);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3286 /* void glScalef ( GLfloat x, GLfloat y, GLfloat z ) */
3290 glScalef(
3919 {"glScalef", "(FFF)V", (void *) android_glScalef__FFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3414 /* void glScalef ( GLfloat x, GLfloat y, GLfloat z ) */
3418 glScalef(
8592 {"glScalef", "(FFF)V", (void *) android_glScalef__FFF },

Completed in 1597 milliseconds