Home
last modified time | relevance | path

Searched refs:getAsCompiler (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/external/swiftshader/src/OpenGL/compiler/
DCompiler.h80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1327 if (base->getAsCompiler()) in ShDestruct()
1328 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
1413 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
1466 if (base->getAsCompiler()) in ShLinkExt()
1467 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()
1484 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()
1485 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
1518 if (base->getAsCompiler()) in ShGetInfoLog()
1519 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()