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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadRestrictionVerifier.h 48 : m_shared(false)
57 bool previouslyShared = m_shared;
59 m_shared = shared;
61 if (!m_shared)
72 if (!m_shared)
79 bool m_shared; member in class:WTF::ThreadRestrictionVerifier
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 191 ctx->m_shared->updateBufferData(bufferId, size, (void*)data);
201 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data);
212 ctx->m_shared->deleteBufferData(buffers[i]);
490 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo());
644 ShaderData* shaderData = ctx->m_shared->getShaderData(shader);
683 ctx->m_shared->initProgramData(program,numUniforms);
698 ctx->m_shared->setProgramIndexInfo(program, i, location, size, type, name);
700 ctx->m_shared->setupLocationShiftWAR(program);
710 ctx->m_shared->deleteProgramData(program);
716 SET_ERROR_IF(!ctx->m_shared->isProgram(program), GL_INVALID_VALUE)
    [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 368 ctx->m_shared->updateBufferData(bufferId, size, (void*)data);
378 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data);
389 ctx->m_shared->deleteBufferData(buffers[i]);
551 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo());
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 603 SharedPtr<GLES2Context> m_shared; member in class:deqp::egl::GLES2ThreadTest::CreateContext
611 , m_shared (shared)
635 if (m_shared)
637 DE_ASSERT(m_shared->context != EGL_NO_CONTEXT);
638 DE_ASSERT(m_shared->display != EGL_NO_DISPLAY);
639 DE_ASSERT(m_shared->display == m_display);
641 thread.newMessage() << "Begin -- eglCreateContext(" << m_display << ", " << m_config << ", " << m_shared->context << ", { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE })" << tcu::ThreadUtil::Message::End;
642 m_context->context = eglCreateContext(m_display, m_config, m_shared->context, attriblist);
    [all...]

Completed in 513 milliseconds