HomeSort by relevance Sort by last modified time
    Searched defs:glScalex (Results 1 - 8 of 8) 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);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 134 glScalex_client_proc_t glScalex;
gl_entry.cpp 132 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...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 151 milliseconds