Home
last modified time | relevance | path

Searched refs:getAsCompiler (Results 1 – 8 of 8) 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp90 return base->getAsCompiler(); in GetCompilerFromHandle()
309 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()
332 if (base->getAsCompiler()) in Destruct()
333 DeleteCompiler(base->getAsCompiler()); in Destruct()
462 TCompiler *compiler = base->getAsCompiler(); in GetUniformBlocks()
472 TCompiler *compiler = base->getAsCompiler(); in GetShaderStorageBlocks()
483 TCompiler *compiler = base->getAsCompiler(); in GetComputeShaderLocalGroupSize()
493 TCompiler *compiler = base->getAsCompiler(); in GetVertexShaderNumViews()
601 TCompiler *compiler = base->getAsCompiler(); in HasValidGeometryShaderInputPrimitiveType()
612 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
/third_party/glslang/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCompiler.h80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1391 if (base->getAsCompiler()) in ShDestruct()
1392 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
1477 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
1530 if (base->getAsCompiler()) in ShLinkExt()
1531 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()
1548 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()
1549 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
1582 if (base->getAsCompiler()) in ShGetInfoLog()
1583 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm117 // *>(base->getAsCompiler()); translatorMetal->enableEmulatedInstanceID(true);