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

1 2 3

  /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/native/opengl/libagl/
matrix.cpp 1048 void glScalex(GLfixed x, GLfixed y, GLfixed z)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 591 public void glScalex(int x, int y, int z) {
592 ((GL10)mGL).glScalex(x, y, z);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 184 void (*glScalex)(GLfixed x, GLfixed y, GLfixed z);
main.cpp     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 916 // C function void glScalex ( GLfixed x, GLfixed y, GLfixed z )
918 public native void glScalex(
    [all...]
  /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...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 136 glScalex_client_proc_t glScalex;
gl_entry.cpp 131 void glScalex(GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /device/generic/goldfish-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(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 745 #undef glScalex
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 327 glScalex(296, 296),
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 

Completed in 528 milliseconds

1 2 3