Home
last modified time | relevance | path

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

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