Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DRendererGL.h65 class ScopedWorkerContextGL
68 ScopedWorkerContextGL(RendererGL *renderer, std::string *infoLog);
69 ~ScopedWorkerContextGL();
DRendererGL.cpp458 ScopedWorkerContextGL::ScopedWorkerContextGL(RendererGL *renderer, std::string *infoLog) in ScopedWorkerContextGL() function in rx::ScopedWorkerContextGL
464 ScopedWorkerContextGL::~ScopedWorkerContextGL() in ~ScopedWorkerContextGL()
472 bool ScopedWorkerContextGL::operator()() const in operator ()()
DShaderGL.cpp226 ScopedWorkerContextGL worker(mRenderer.get(), &workerInfoLog); in compileAndCheckShaderInWorker()
DProgramGL.cpp413 ScopedWorkerContextGL worker(mRenderer.get(), &workerInfoLog); in link()