Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1954 static void gather_uniforms(UniformInfo* info, const Type& type, const String& name) { in gather_uniforms() function
1958 gather_uniforms(info, *f.fType, name + "." + f.fName); in gather_uniforms()
1963 gather_uniforms(info, type.componentType(), in gather_uniforms()
1988 gather_uniforms(info.get(), var.type(), String(var.name())); in Program_GetUniformInfo()