Searched defs:glBufferSubData (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/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
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 57 glBufferSubData_server_proc_t glBufferSubData; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 26 glBufferSubData_client_proc_t glBufferSubData; member
|
D | gl2_entry.cpp | 533 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 538 GL_API void GL_APIENTRY glBufferSubData( GLenum target, GLintptr offset, GLsizeiptr size, const GL… in glBufferSubData() function
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 28 glBufferSubData_server_proc_t glBufferSubData; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 837 GL_APICALL void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const… in glBufferSubData() function
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 149 #define glBufferSubData MANGLE(BufferSubData) macro
|