Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DShaderLang.cpp53 return base->getAsCompiler(); in GetCompilerFromHandle()
278 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()
301 if (base->getAsCompiler()) in Destruct()
302 DeleteCompiler(base->getAsCompiler()); in Destruct()
465 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()
475 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()
486 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()
496 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()
627 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()
638 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType()
[all …]
DCompiler.h62 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function
82 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
/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/angle/third_party/glslang/src/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.cpp1375 if (base->getAsCompiler()) in ShDestruct()
1376 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
1461 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
1514 if (base->getAsCompiler()) in ShLinkExt()
1515 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()
1532 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()
1533 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
1566 if (base->getAsCompiler()) in ShGetInfoLog()
1567 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp1375 if (base->getAsCompiler()) in ShDestruct()
1376 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
1461 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
1514 if (base->getAsCompiler()) in ShLinkExt()
1515 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()
1532 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()
1533 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
1566 if (base->getAsCompiler()) in ShGetInfoLog()
1567 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()