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

/frameworks/base/libs/surfaceflinger/
H A DLayerBlur.cpp233 glScalef(mWidthScale, mHeightScale, 1);
H A DLayerBase.cpp469 glScalef(texture.wScale, texture.hScale, 1.0f);
H A DSurfaceFlinger.cpp1026 glScalef(width*(1.0f/32.0f), height*(1.0f/32.0f), 1);
/frameworks/base/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/opengl/include/GLES/
H A Dgl.h624 GL_API void GL_APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java907 // C function void glScalef ( GLfloat x, GLfloat y, GLfloat z )
909 public native void glScalef( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h559 GLAPI void APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1052 void glScalef(GLfloat x, GLfloat y, GLfloat z) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2965 /* void glScalef ( GLfloat x, GLfloat y, GLfloat z ) */
2969 glScalef(
3536 {"glScalef", "(FFF)V", (void *) android_glScalef__FFF },
H A Dcom_google_android_gles_jni_GLImpl.cpp3091 /* void glScalef ( GLfloat x, GLfloat y, GLfloat z ) */
3095 glScalef(
7410 {"glScalef", "(FFF)V", (void *) android_glScalef__FFF },

Completed in 192 milliseconds