Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp65 return base->getAsCompiler(); in GetCompilerFromHandle()
359 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()
382 if (base->getAsCompiler()) in Destruct()
383 DeleteCompiler(base->getAsCompiler()); in Destruct()
558 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()
568 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()
579 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()
589 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()
742 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()
753 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderOutputPrimitiveType()
[all …]
DCompiler.h67 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function
95 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
/third_party/glslang/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return nullptr; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1360 if (base->getAsCompiler()) in ShDestruct()
1361 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
1444 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
1497 if (base->getAsCompiler()) in ShLinkExt()
1498 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()
1514 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()
1515 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
1548 if (base->getAsCompiler()) in ShGetInfoLog()
1549 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCompiler.h80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm117 // *>(base->getAsCompiler()); translatorMetal->enableEmulatedInstanceID(true);