Home
last modified time | relevance | path

Searched refs:subUpdateBufferData (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h117 GLenum subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, void * data);
DGLSharedGroup.cpp273 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, void *… in subUpdateBufferData() function in GLSharedGroup
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp380 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data); in s_glBufferSubData()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp218 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data); in s_glBufferSubData()