HomeSort by relevance Sort by last modified time
    Searched defs:glScalex (Results 1 - 24 of 24) sorted by null

  /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)
  /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);
  /frameworks/base/opengl/libagl/
matrix.cpp 1059 void glScalex(GLfixed x, GLfixed y, GLfixed z)
  /external/quake/quake/src/WinQuake/
glquake.h 408 #define glScalex(...) do { glScalex(__VA_ARGS__); GLCHECK("glScalex");} while(0)
  /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...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 600 public void glScalex(
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 700 public void glScalex(int x, int y, int z) {
702 mgl.glScalex(x, y, z);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 147 glScalex_t glScalex;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 676 void glScalex(GLfixed x, GLfixed y, GLfixed z)
678 getDispatch()->glScalex(x, y, z);
    [all...]
gles_dispatch.h 147 glScalex_t glScalex;
419 glScalex_t set_glScalex(glScalex_t f) { glScalex_t retval = glScalex; glScalex = f; return retval;}
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 832 void glScalex(
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 556 milliseconds