Searched refs:glDrawTexiOES (Results 1 - 9 of 9) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h159 {"glDrawTexiOES", (void*)glDrawTexiOES},
H A Dgl_client_context.h177 glDrawTexiOES_client_proc_t glDrawTexiOES; member in struct:gl_client_context_t
469 virtual glDrawTexiOES_client_proc_t set_glDrawTexiOES(glDrawTexiOES_client_proc_t f) { glDrawTexiOES_client_proc_t retval = glDrawTexiOES; glDrawTexiOES = f; return retval;}
H A Dgl_entry.cpp175 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
1309 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) function
1312 ctx->glDrawTexiOES(ctx, x, y, z, width, height);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h169 {"glDrawTexiOES", (void *)glDrawTexiOES},
H A Dgles_dispatch.h172 glDrawTexiOES_t glDrawTexiOES; member in struct:gles_dispatch
444 glDrawTexiOES_t set_glDrawTexiOES(glDrawTexiOES_t f) { glDrawTexiOES_t retval = glDrawTexiOES; glDrawTexiOES = f; return retval;}
H A Dgles.cpp801 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) function
803 getDispatch()->glDrawTexiOES(x, y, z, width, height);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DLabelMaker.java39 * portions of the texture using glDrawTexiOES.
345 ((GL11Ext)gl).glDrawTexiOES((int) x, (int) y, 0,
H A DMatrixTrackingGL.java704 public void glDrawTexiOES(int x, int y, int z, int width, int height) { method in class:MatrixTrackingGL
705 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h481 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);

Completed in 487 milliseconds