Searched defs:glBufferSubData (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 57 glBufferSubData_wrapper_proc_t glBufferSubData; member
|
D | gles3_wrapper_context.h | 26 glBufferSubData_wrapper_proc_t glBufferSubData; member
|
D | gles1_wrapper_entry.cpp | 571 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() function
|
D | gles3_wrapper_entry.cpp | 505 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() function
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 57 glBufferSubData_client_proc_t glBufferSubData; member
|
D | gl_entry.cpp | 573 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() function
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 26 glBufferSubData_client_proc_t glBufferSubData; member
|
D | gl2_entry.cpp | 518 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() function
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 276 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) in glBufferSubData() function
|
D | gles_dispatch.h | 67 glBufferSubData_t glBufferSubData; member
|