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

  /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);
  /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...]
  /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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 136 glScalex_wrapper_proc_t glScalex;
gles1_wrapper_entry.cpp 131 void glScalex(GLfixed x, GLfixed y, GLfixed z);
    [all...]

Completed in 66 milliseconds