Searched refs:subUpdateBufferData (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | GLSharedGroup.h | 117 GLenum subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, void * data);
|
D | GLSharedGroup.cpp | 273 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, void *… in subUpdateBufferData() function in GLSharedGroup
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 380 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data); in s_glBufferSubData()
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 218 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data); in s_glBufferSubData()
|