Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:bufferId

182     GLuint bufferId = ctx->m_state->getBuffer(target);
183 SET_ERROR_IF(bufferId==0, GL_INVALID_OPERATION);
186 ctx->m_shared->updateBufferData(bufferId, size, (void*)data);
193 GLuint bufferId = ctx->m_state->getBuffer(target);
194 SET_ERROR_IF(bufferId==0, GL_INVALID_OPERATION);
196 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data);