Home
last modified time | relevance | path

Searched refs:getAsCompiler (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A 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...]
H A DCompiler.h67 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function in sh::TShHandleBase
95 TCompiler *getAsCompiler() override { return this; }
/third_party/glslang/glslang/Include/
H A DShHandle.h61 virtual TCompiler* getAsCompiler() { return nullptr; } in getAsCompiler() function in TShHandleBase
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function in TCompiler
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DCompiler.h80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function in TCompiler
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp1360 if (base->getAsCompiler())
1361 DeleteCompiler(base->getAsCompiler());
1444 TCompiler* compiler = base->getAsCompiler();
1497 if (base->getAsCompiler())
1498 cObjects.push_back(base->getAsCompiler());
1514 if (cObjects[i]->getAsCompiler()) {
1515 if (! cObjects[i]->getAsCompiler()->linkable()) {
1548 if (base->getAsCompiler()) in ShGetInfoLog()
1549 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()

Completed in 6 milliseconds