/external/chromium_org/third_party/WebKit/Source/wtf/ |
ThreadRestrictionVerifier.h | 49 : m_shared(false) 57 bool previouslyShared = m_shared; 58 m_shared = shared; 60 if (!m_shared) 71 if (!m_shared) 78 bool m_shared; member in class:WTF::ThreadRestrictionVerifier
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2Encoder.cpp | 200 ctx->m_shared->updateBufferData(bufferId, size, (void*)data); 211 GLenum res = ctx->m_shared->subUpdateBufferData(bufferId, offset, size, (void*)data); 222 ctx->m_shared->deleteBufferData(buffers[i]); 504 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); 658 ShaderData* shaderData = ctx->m_shared->getShaderData(shader); 697 ctx->m_shared->initProgramData(program,numUniforms); 712 ctx->m_shared->setProgramIndexInfo(program, i, location, size, type, name); 714 ctx->m_shared->setupLocationShiftWAR(program); 724 ctx->m_shared->deleteProgramData(program); 730 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 | 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...] |
/frameworks/compile/mclinker/tools/mcld/include/mcld/ |
OutputFormatOptions.h | 38 llvm::cl::opt<bool>& m_Shared;
|
/frameworks/compile/mclinker/tools/mcld/lib/ |
OutputFormatOptions.cpp | 187 m_Shared(ArgShared), 252 if (true == m_Shared || true == m_PIE) {
|
/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...] |