Searched refs:m_shared (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.h | 35 m_shared = shared; in setSharedGroup() 36 if (m_state && m_shared.Ptr()) in setSharedGroup() 37 m_state->setTextureData(m_shared->getTextureData()); in setSharedGroup() 55 GLSharedGroupPtr m_shared; variable
|
D | GLEncoder.cpp | 371 ctx->m_shared->updateBufferData(bufferId, size, (void*)data); in s_glBufferData() 381 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data); in s_glBufferSubData() 392 ctx->m_shared->deleteBufferData(buffers[i]); in s_glDeleteBuffers() 579 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElements()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 581 ctx->m_shared->updateBufferData(bufferId, size, data); in s_glBufferData() 582 ctx->m_shared->setBufferUsage(bufferId, usage); in s_glBufferData() 594 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, data); in s_glBufferSubData() 616 ctx->m_shared->deleteBufferData(buffers[i]); in s_glDeleteBuffers() 1258 const BufferData* buf = m_shared->getBufferData(bufferObject); in sendVertexAttributes() 1376 buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElements() 1491 buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElementsNullAEMU() 1743 ShaderData* shaderData = ctx->m_shared->getShaderData(shader); in s_glShaderSource() 1744 SET_ERROR_IF(!ctx->m_shared->isShaderOrProgramObject(shader), GL_INVALID_VALUE); in s_glShaderSource() 1794 bool isProgram = ctx->m_shared->isProgram(program); in s_glLinkProgram() [all …]
|
D | GL2Encoder.h | 64 m_shared = shared; in setSharedGroup() 65 if (m_state && m_shared.Ptr()) in setSharedGroup() 66 m_state->setTextureData(m_shared->getTextureData()); in setSharedGroup() 79 const GLSharedGroupPtr shared() { return m_shared; } in shared() 112 GLSharedGroupPtr m_shared; variable
|