Searched defs:UniformInfo (Results 1 – 8 of 8) sorted by relevance
62 struct UniformInfo { struct74 std::unique_ptr<UniformInfo> Program_GetUniformInfo(const Program& program); argument
37 struct UniformInfo { struct46 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
33 struct UniformInfo { struct34 GrShaderVar fVariable;35 uint32_t fVisibility;36 const GrFragmentProcessor* fOwner;37 SkString fRawName;
30 struct UniformInfo { struct35 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
28 struct UniformInfo { struct42 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
63 typedef GrGLProgramDataManager::UniformInfo UniformInfo; typedef
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() function
624 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance627 UniformInfo (void) {} in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo