HomeSort by relevance Sort by last modified time
    Searched full:m_shared (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 201 ctx->m_shared->updateBufferData(bufferId, size, (void*)data);
212 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data);
223 ctx->m_shared->deleteBufferData(buffers[i]);
505 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo());
666 ShaderData* shaderData = ctx->m_shared->getShaderData(shader);
667 SET_ERROR_IF(!ctx->m_shared->isObject(shader), GL_INVALID_VALUE);
707 ctx->m_shared->initProgramData(program,numUniforms);
722 ctx->m_shared->setProgramIndexInfo(program, i, location, size, type, name);
724 ctx->m_shared->setupLocationShiftWAR(program);
734 ctx->m_shared->deleteProgramData(program)
    [all...]
GL2Encoder.h 32 void setSharedGroup(GLSharedGroupPtr shared){ m_shared = shared; }
34 const GLSharedGroupPtr shared() { return m_shared; }
50 GLSharedGroupPtr m_shared; member in class:GL2Encoder
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 32 void setSharedGroup(GLSharedGroupPtr shared) { m_shared = shared; }
49 GLSharedGroupPtr m_shared; member in class:GLEncoder
GLEncoder.cpp 370 ctx->m_shared->updateBufferData(bufferId, size, (void*)data);
380 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data);
391 ctx->m_shared->deleteBufferData(buffers[i]);
553 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo());
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 580 SharedPtr<GLES2Context> m_shared; member in class:deqp::egl::GLES2ThreadTest::CreateContext
588 , m_shared (shared)
612 if (m_shared)
614 DE_ASSERT(m_shared->context != EGL_NO_CONTEXT);
615 DE_ASSERT(m_shared->display != EGL_NO_DISPLAY);
616 DE_ASSERT(m_shared->display == m_display);
618 thread.newMessage() << "Begin -- eglCreateContext(" << m_display << ", " << m_config << ", " << m_shared->context << ", { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE })" << tcu::ThreadUtil::Message::End;
619 m_context->context = thread.egl.createContext(m_display, m_config, m_shared->context, attriblist);
    [all...]

Completed in 2193 milliseconds