Home
last modified time | relevance | path

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

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