Searched refs:addOperation (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkPictureContentInfo.h30 void addOperation() { ++fNumOperations; } function in class:SkPictureContentInfo
H A DSkPictureRecord.h101 fContentInfo.addOperation();
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp2175 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, shared, context));
2187 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglConfig, 400, 400, surface));
2194 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDisplay, resourceManager.popSurface(0), resourceManager.popContext(0)));
2202 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_sync"));
2211 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_image"));
2225 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDisplay, SharedPtr<GLES2ThreadTest::Surface>(), SharedPtr<GLES2ThreadTest::GLES2Context>()));
2233 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyContext(resourceManager.popContext(0)));
2237 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, resourceManager.popSurface(0)));
2592 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateBuffer(buffer, m_config.useFenceSync, m_config.serverSync));
2600 m_threads[threadNdx]->addOperation(ne
[all...]
/external/deqp/framework/common/
H A DtcuThreadUtil.hpp173 void addOperation (Operation* operation);
H A DtcuThreadUtil.cpp190 void Thread::addOperation (Operation* operation) function in class:tcu::ThreadUtil::Thread

Completed in 162 milliseconds