Home
last modified time | relevance | path

Searched refs:drawSurface (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp51 if(current->drawSurface) in releaseCurrent()
53 current->drawSurface->release(); in releaseCurrent()
84 current->drawSurface = nullptr; in attachThread()
268 if(current->drawSurface) in setCurrentDrawSurface()
270 current->drawSurface->release(); in setCurrentDrawSurface()
273 current->drawSurface = surface; in setCurrentDrawSurface()
280 return current->drawSurface; in getCurrentDrawSurface()
Dmain.h39 Surface *drawSurface; member
DlibEGL.cpp908 egl::Surface *drawSurface = static_cast<egl::Surface*>(draw); in MakeCurrent() local
929 if((draw != EGL_NO_SURFACE && !validateSurface(display, drawSurface)) || in MakeCurrent()
935 if((draw != EGL_NO_SURFACE && drawSurface->hasClientBuffer()) || in MakeCurrent()
952 egl::setCurrentDrawSurface(drawSurface); in MakeCurrent()
958 context->makeCurrent(drawSurface); in MakeCurrent()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1031 void drawSurface (Surface& dst,
1313 void SeparateShaderTest::drawSurface (Surface& dst, deUint32 seed) in drawSurface() function in deqp::gles31::Functional::__anon1825e4ad0111::SeparateShaderTest
1340 drawSurface(refSurface, drawSeed); in testPipelineRendering()
1345 drawSurface(pipelineSurface, drawSeed); in testPipelineRendering()
1371 drawSurface(pipelineSurface, drawSeed); in testCurrentProgPriority()
1375 drawSurface(refSurface, drawSeed); in testCurrentProgPriority()
1380 drawSurface(resultSurface, drawSeed); in testCurrentProgPriority()
1410 drawSurface(refSurface, drawSeed); in testActiveProgramUniform()
1443 drawSurface(resultSurface, drawSeed); in testActiveProgramUniform()