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

1 2 3 4 5 6 7

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 46 void glDrawTexfOES(
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 164 {"glDrawTexfOES", (void*)glDrawTexfOES},
gl_client_context.h 184 glDrawTexfOES_client_proc_t glDrawTexfOES;
gl_client_context.cpp 184 glDrawTexfOES = (glDrawTexfOES_client_proc_t) getProc("glDrawTexfOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 174 {"glDrawTexfOES", (void *)glDrawTexfOES},
gles_dispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
449 glDrawTexfOES_t set_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; return retval;}
    [all...]
gles.cpp 826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
828 getDispatch()->glDrawTexfOES(x, y, z, width, height);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 138 ((GL11Ext) gl).glDrawTexfOES(snappedX * scaleX, snappedY * scaleY,
GLErrorLogger.java 1076 public void glDrawTexfOES(float x, float y, float z, float width,
1078 ((GL11Ext)mGL).glDrawTexfOES( x, y, z, width,
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 41 * The GPU driver seems to change texture coordinates inside glDrawTexfOES, and
110 ((GL11Ext) gl).glDrawTexfOES(0, 0, 0, 4, 4);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 235 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
237 public static native void glDrawTexfOES(
    [all...]
GLErrorWrapper.java 872 public void glDrawTexfOES(float x, float y, float z,
875 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 691 public void glDrawTexfOES(float x, float y, float z,
693 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 219 void (*glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
main.cpp     [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 224 #define glDrawTexfOES wrap_glDrawTexfOES
    [all...]
gles_undefine.h 224 #undef glDrawTexfOES
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /development/ndk/platforms/android-9/include/GLES/
glext.h 488 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES/
glext.h 488 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES/
glext.h 488 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES/
glext.h 488 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
    [all...]

Completed in 383 milliseconds

1 2 3 4 5 6 7