Home | History | Annotate | Download | only in stress

Lines Matching refs:ShaderType

516 	enum ShaderType
524 VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type);
536 const ShaderType m_type;
542 VertexAttributeCase::VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type)
780 enum ShaderType
786 UniformCase (Context& context, const char* name, const char* desc, ShaderType type);
797 const ShaderType m_type;
800 UniformCase::UniformCase (Context& context, const char* name, const char* desc, ShaderType type)
973 enum ShaderType
989 TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType);
1000 const ShaderType m_type;
1005 TextureSamplerCase::TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType)