Searched defs:glDrawArrays (Results 1 – 9 of 9) sorted by relevance
| /development/ndk/platforms/android-4/samples/san-angeles/jni/ |
| D | importgl.h | 140 #define glDrawArrays FNPTR(glDrawArrays) macro
|
| /development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
| D | GLServerVertex.java | 373 public void glDrawArrays(MessageData msgData) { in glDrawArrays() method in GLServerVertex
|
| D | DebuggerMessage.java | 70 glDrawArrays(40, 40), enumConstant
|
| /development/tools/emulator/opengl/host/libs/libOpenglRender/ |
| D | GLDispatch.h | 90 glDrawArrays_t glDrawArrays; member
|
| /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/ |
| D | GLESv2Imp.cpp | 557 GL_APICALL void GL_APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count){ in glDrawArrays() function
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
| D | MatrixTrackingGL.java | 208 public void glDrawArrays(int mode, int first, int count) { in glDrawArrays() method in MatrixTrackingGL
|
| /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
| D | GLEScmImp.cpp | 557 GL_API void GL_APIENTRY glDrawArrays( GLenum mode, GLint first, GLsizei count) { in glDrawArrays() function
|
| /development/tools/emulator/opengl/tests/gles_android_wrapper/ |
| D | gles.cpp | 391 void glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays() function
|
| D | gles_dispatch.h | 90 glDrawArrays_t glDrawArrays; member
|