HomeSort by relevance Sort by last modified time
    Searched refs:glDrawTexxvOES (Results 1 - 21 of 21) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 163 {"glDrawTexxvOES", (void*)glDrawTexxvOES},
gl_client_context.h 183 glDrawTexxvOES_client_proc_t glDrawTexxvOES;
gl_client_context.cpp 183 glDrawTexxvOES = (glDrawTexxvOES_client_proc_t) getProc("glDrawTexxvOES", userData);
gl_entry.cpp 178 void glDrawTexxvOES(const GLfixed* coords);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 173 {"glDrawTexxvOES", (void *)glDrawTexxvOES},
gles_dispatch.h 176 glDrawTexxvOES_t glDrawTexxvOES;
448 glDrawTexxvOES_t set_glDrawTexxvOES(glDrawTexxvOES_t f) { glDrawTexxvOES_t retval = glDrawTexxvOES; glDrawTexxvOES = f; return retval;}
    [all...]
gles.cpp 821 void glDrawTexxvOES(const GLfixed *coords)
823 getDispatch()->glDrawTexxvOES(coords);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 89 glDrawTexxvOES;
gles1_wrapper_context.h 183 glDrawTexxvOES_wrapper_proc_t glDrawTexxvOES;
gles1_wrapper_context.cpp 183 glDrawTexxvOES = (glDrawTexxvOES_wrapper_proc_t) getProc("glDrawTexxvOES", userData);
gles1_wrapper_entry.cpp 178 void glDrawTexxvOES(const GLfixed* coords);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 733 public void glDrawTexxvOES(int[] coords, int offset) {
734 mgl11Ext.glDrawTexxvOES(coords, offset);
737 public void glDrawTexxvOES(IntBuffer coords) {
738 mgl11Ext.glDrawTexxvOES(coords);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1138 public void glDrawTexxvOES(IntBuffer coords) {
1139 ((GL11Ext)mGL).glDrawTexxvOES(coords);
1145 public void glDrawTexxvOES(int[] coords, int offset) {
1146 ((GL11Ext)mGL).glDrawTexxvOES(coords, offset);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 218 void (*glDrawTexxvOES)(const GLfixed *coords);
main.cpp     [all...]
libGLES_CM.cpp     [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 149 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h 617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
    [all...]

Completed in 81 milliseconds