Searched defs:UniformInfo (Results 1 – 9 of 9) sorted by relevance
34 struct UniformInfo { struct35 GrShaderVar fVariable;36 uint32_t fVisibility;37 const GrFragmentProcessor* fOwner;38 SkString fRawName;
23 struct UniformInfo { struct28 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
36 struct UniformInfo { struct44 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
29 struct UniformInfo { struct34 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
28 struct UniformInfo { struct42 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
62 typedef GrGLProgramDataManager::UniformInfo UniformInfo; typedef
90 struct UniformInfo { struct102 std::unique_ptr<UniformInfo> Program_GetUniformInfo(const Program& program); argument
68 struct UniformInfo struct70 enum ShaderStage78 VarType type;79 …declareLocation; // support declarations with/without layout qualifiers, needed for linkage testing80 ShaderStage layoutLocation;81 ShaderStage checkLocation;82 int location; // -1 for unset84 …UniformInfo (VarType type_, ShaderStage declareLocation_, ShaderStage layoutLocation_, ShaderStage… in UniformInfo() argument
624 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance627 UniformInfo (void) {} in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo