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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 158 {"glDrawTexsOES", (void*)glDrawTexsOES},
gl_client_context.h 178 glDrawTexsOES_client_proc_t glDrawTexsOES;
gl_client_context.cpp 178 glDrawTexsOES = (glDrawTexsOES_client_proc_t) getProc("glDrawTexsOES", userData);
gl_entry.cpp 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 168 {"glDrawTexsOES", (void *)glDrawTexsOES},
gles_dispatch.h 171 glDrawTexsOES_t glDrawTexsOES;
443 glDrawTexsOES_t set_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; return retval;}
    [all...]
gles.cpp 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
798 getDispatch()->glDrawTexsOES(x, y, z, width, height);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 86 glDrawTexsOES;
gles1_wrapper_context.h 178 glDrawTexsOES_wrapper_proc_t glDrawTexsOES;
gles1_wrapper_context.cpp 178 glDrawTexsOES = (glDrawTexsOES_wrapper_proc_t) getProc("glDrawTexsOES", userData);
gles1_wrapper_entry.cpp 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 716 public void glDrawTexsOES(short x, short y, short z,
718 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 213 void (*glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
main.cpp     [all...]
libGLES_CM.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1112 public void glDrawTexsOES(short x, short y, short z, short width,
1114 ((GL11Ext)mGL).glDrawTexsOES( x, y, z, width,
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 140 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 144 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h 612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
    [all...]

Completed in 69 milliseconds