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

1 2 3 4 5

  /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);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 134 {"glScalex", (void*)glScalex},
gl_client_context.h 134 glScalex_client_proc_t glScalex;
gl_client_context.cpp 136 glScalex = (glScalex_client_proc_t) getProc("glScalex", userData);
  /device/generic/goldfish/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...]
  /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);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 147 glScalex_t glScalex;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 322 glScalex = 296;
  /frameworks/native/opengl/tests/angeles/
demo.c 567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536));
585 glScalex(fixedScale, fixedScale, fixedScale);
  /frameworks/native/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(
  /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/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 719 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 719 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]
  /external/mesa3d/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 916 // C function void glScalex ( GLfixed x, GLfixed y, GLfixed z )
918 public native void glScalex(
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 719 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
    [all...]

Completed in 95 milliseconds

1 2 3 4 5