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

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java66 gl.glScalef(mScale, mScale, mScale);
/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.java1083 // C function void glScalef ( GLfloat x, GLfloat y, GLfloat z )
1085 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/base/libs/hwui/debug/
H A Dunwrap_gles.h747 #undef glScalef macro
H A Dwrap_gles.h747 #define glScalef wrap_glScalef macro
/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/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/native/opengl/libagl/
H A Dmatrix.cpp1052 void glScalef(GLfloat x, GLfloat y, GLfloat z) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2701 /* void glScalef ( GLfloat x, GLfloat y, GLfloat z ) */
2705 glScalef(
3290 {"glScalef", "(FFF)V", (void *) android_glScalef__FFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3418 /* void glScalef ( GLfloat x, GLfloat y, GLfloat z ) */
3422 glScalef(
8596 {"glScalef", "(FFF)V", (void *) android_glScalef__FFF },

Completed in 473 milliseconds