Home
last modified time | relevance | path

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

/third_party/glslang/glslang/GenericCodeGen/
DLink.cpp49 void getAttributeBindings(ShBindingTable const **) const { } in getAttributeBindings() function in TGenericLinker
/third_party/glslang/glslang/Include/
DShHandle.h137 virtual void getAttributeBindings(ShBindingTable const **t) const = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp123 hashStream << program->getAttributeBindings() << program->getUniformLocationBindings() in ComputeHash()
DProgram.h735 const ProgramBindings &getAttributeBindings() const;
DProgram.cpp2424 const ProgramBindings &Program::getAttributeBindings() const in getAttributeBindings() function in gl::Program
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1068 SerializeProgramBindings(json, program->getAttributeBindings()); in SerializeProgram()