Searched refs:subUpdateBufferData (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLSharedGroup.h | 208 … GLenum subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, const void* data);
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 361 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, const … in subUpdateBufferData() function in gfxstream::guest::GLSharedGroup
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 386 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data); in s_glBufferSubData()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 713 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, data); in s_glBufferSubData()
|