Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching refs:bufferId

364     GLuint bufferId = ctx->m_state->getBuffer(target);
365 SET_ERROR_IF(bufferId==0, GL_INVALID_OPERATION);
368 ctx->m_shared->updateBufferData(bufferId, size, (void*)data);
375 GLuint bufferId = ctx->m_state->getBuffer(target);
376 SET_ERROR_IF(bufferId==0, GL_INVALID_OPERATION);
378 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data);