Searched defs:glBufferData (Results 1 – 7 of 7) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 757 public void glBufferData(int target, int size, Buffer data, int usage) { in glBufferData() method in MatrixTrackingGL
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 298 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() function
|
D | gl2_client_context.h | 23 glBufferData_client_proc_t glBufferData; member
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 271 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) in glBufferData() function
|
D | gles_dispatch.h | 66 glBufferData_t glBufferData; member
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 567 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() function
|
D | gl_client_context.h | 54 glBufferData_client_proc_t glBufferData; member
|