Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp2175 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, s… in init()
2187 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglCo… in init()
2194 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDi… in init()
2202 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_sync")); in init()
2211 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::InitGLExtension("GL_OES_EGL_image")); in init()
2225 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::MakeCurrent(*m_threads[threadNdx], m_eglDi… in init()
2233 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyContext(resourceManager.popContext(… in init()
2237 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, resourceManag… in init()
2592 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateBuffer(buffer, m_config.useFenceSync… in addRandomOperation()
2600 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DeleteBuffer(buffer, m_config.useFenceSync… in addRandomOperation()
[all …]
/external/skia/src/core/
DSkPictureContentInfo.h30 void addOperation() { ++fNumOperations; } in addOperation() function
DSkPictureRecord.h101 fContentInfo.addOperation(); in addDraw()
/external/deqp/framework/common/
DtcuThreadUtil.hpp173 void addOperation (Operation* operation);
DtcuThreadUtil.cpp190 void Thread::addOperation (Operation* operation) in addOperation() function in tcu::ThreadUtil::Thread