Searched defs:glBufferData (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 56 glBufferData_wrapper_proc_t glBufferData; member
|
D | gles3_wrapper_context.h | 25 glBufferData_wrapper_proc_t glBufferData; member
|
D | gles1_wrapper_entry.cpp | 565 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() function
|
D | gles3_wrapper_entry.cpp | 499 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() function
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 56 glBufferData_client_proc_t glBufferData; member
|
D | gl_entry.cpp | 567 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() function
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 25 glBufferData_client_proc_t glBufferData; member
|
D | gl2_entry.cpp | 512 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() function
|
/device/generic/goldfish-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
|