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

1 2

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 102 FNDEF(void, glScalex, (GLfixed x, GLfixed y, GLfixed z));
154 #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);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 144 {"glScalex", (void *)glScalex},
gles_dispatch.h 147 glScalex_t glScalex;
419 glScalex_t set_glScalex(glScalex_t f) { glScalex_t retval = glScalex; glScalex = f; return retval;}
    [all...]
gles.cpp 676 void glScalex(GLfixed x, GLfixed y, GLfixed z)
678 getDispatch()->glScalex(x, y, z);
    [all...]
  /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);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 147 glScalex_t glScalex;
GLDispatch.cpp 170 s_gl.glScalex = (glScalex_t) s_gles_lib->findSymbol("glScalex");
  /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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 832 void glScalex(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 600 public void glScalex(
  /development/ndk/platforms/android-4/include/GLES/
gl.h 719 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 719 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...]

Completed in 942 milliseconds

1 2