HomeSort by relevance Sort by last modified time
    Searched refs:glScalex (Results 1 - 25 of 30) sorted by null

1 2

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 103 FNDEF(void, glScalex, (GLfixed x, GLfixed y, GLfixed z));
155 #define glScalex FNPTR(glScalex)
importgl.c 145 IMPORT_FUNC(glScalex);
demo.c 567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536));
585 glScalex(fixedScale, fixedScale, fixedScale);
  /external/quake/quake/src/WinQuake/
glquake.h 408 #define glScalex(...) do { glScalex(__VA_ARGS__); GLCHECK("glScalex");} while(0)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 140 public void glScalex(int x, int y, int z) {
MatrixTrackingGL.java 567 public void glScalex(int x, int y, int z) {
568 mCurrent.glScalex(x, y, z);
569 mgl.glScalex(x, y, z);
  /packages/apps/Gallery3D/src/com/cooliris/media/
MatrixStack.java 137 public void glScalex(int x, int y, int z) {
  /frameworks/base/opengl/tests/angeles/
demo.c 567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536));
585 glScalex(fixedScale, fixedScale, fixedScale);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 88 void glScalex ( GLfixed x, GLfixed y, GLfixed z )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 700 public void glScalex(int x, int y, int z) {
702 mgl.glScalex(x, y, z);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 832 void glScalex(
  /development/ndk/platforms/android-4/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 719 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 915 // C function void glScalex ( GLfixed x, GLfixed y, GLfixed z )
917 public native void glScalex(
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 560 GLAPI void APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /frameworks/base/opengl/libagl/
matrix.cpp 1059 void glScalex(GLfixed x, GLfixed y, GLfixed z)
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]

Completed in 80 milliseconds

1 2