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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 71 void glDrawTexivOES(
76 void glDrawTexivOES(
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 162 {"glDrawTexivOES", (void*)glDrawTexivOES},
gl_client_context.h 182 glDrawTexivOES_client_proc_t glDrawTexivOES;
gl_client_context.cpp 182 glDrawTexivOES = (glDrawTexivOES_client_proc_t) getProc("glDrawTexivOES", userData);
gl_entry.cpp 177 void glDrawTexivOES(const GLint* coords);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 172 {"glDrawTexivOES", (void *)glDrawTexivOES},
gles_dispatch.h 175 glDrawTexivOES_t glDrawTexivOES;
447 glDrawTexivOES_t set_glDrawTexivOES(glDrawTexivOES_t f) { glDrawTexivOES_t retval = glDrawTexivOES; glDrawTexivOES = f; return retval;}
    [all...]
gles.cpp 816 void glDrawTexivOES(const GLint *coords)
818 getDispatch()->glDrawTexivOES(coords);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 209 // C function void glDrawTexivOES ( const GLint *coords )
211 public static native void glDrawTexivOES(
216 // C function void glDrawTexivOES ( const GLint *coords )
218 public static native void glDrawTexivOES(
    [all...]
GLErrorWrapper.java 897 public void glDrawTexivOES(int[] coords, int offset) {
899 mgl11Ext.glDrawTexivOES(coords, offset);
903 public void glDrawTexivOES(IntBuffer coords) {
905 mgl11Ext.glDrawTexivOES(coords);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 40 glDrawTexivOES check coords 5
GLES11Ext.spec 8 void glDrawTexivOES ( const GLint *coords )
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 708 public void glDrawTexivOES(int[] coords, int offset) {
709 mgl11Ext.glDrawTexivOES(coords, offset);
712 public void glDrawTexivOES(IntBuffer coords) {
713 mgl11Ext.glDrawTexivOES(coords);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1098 public void glDrawTexivOES(IntBuffer coords) {
1099 ((GL11Ext)mGL).glDrawTexivOES(coords);
1105 public void glDrawTexivOES(int[] coords, int offset) {
1106 ((GL11Ext)mGL).glDrawTexivOES(coords, offset);
  /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/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 217 void (*glDrawTexivOES)(const GLint *coords);
main.cpp     [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 228 #define glDrawTexivOES wrap_glDrawTexivOES
    [all...]
gles_undefine.h 227 #undef glDrawTexivOES
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 148 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
    [all...]

Completed in 249 milliseconds

1 2 3