Searched refs:declareUniform (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/sksl/codegen/ |
D | SkSLPipelineStageCodeGenerator.h | 31 virtual String declareUniform(const VarDeclaration*) = 0;
|
D | SkSLPipelineStageCodeGenerator.cpp | 381 String uniformName = fCallbacks->declareUniform(&decl); in writeGlobalVarDeclaration()
|
/third_party/skia/fuzz/oss_fuzz/ |
D | FuzzSKSL2Pipeline.cpp | 32 String declareUniform(const SkSL::VarDeclaration* decl) override { in FuzzSKSL2Pipeline() function in FuzzSKSL2Pipeline::Callbacks
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 317 …void declareUniform(const TType &type, const TString &name, int registerIndex, bool samplersOnly, …
|
D | OutputASM.cpp | 3334 declareUniform(type, name, index, false); in uniformRegister() 3492 declareUniform(type, name, index, true); in samplerRegister() 3703 …void OutputASM::declareUniform(const TType &type, const TString &name, int registerIndex, bool sam… in declareUniform() function in glsl::OutputASM 3758 …declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, ¤tBlockEnc… in declareUniform() 3786 declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, encoder); in declareUniform() 3807 declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, encoder); in declareUniform()
|
/third_party/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 47 String declareUniform(const SkSL::VarDeclaration* decl) override { in emitCode() function in GrSkSLFP::Impl::emitCode::FPCallbacks
|
/third_party/skia/src/sksl/ |
D | SkSLMain.cpp | 408 String declareUniform(const SkSL::VarDeclaration* decl) override { in processCommand() function in processCommand::__anon568a00b10802::Callbacks
|