Home | History | Annotate | Download | only in stress

Lines Matching refs:ShaderType

528 	enum ShaderType
536 VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type);
548 const ShaderType m_type;
554 VertexAttributeCase::VertexAttributeCase (Context& context, const char* name, const char* desc, Storage storage, ShaderType type)
795 enum ShaderType
801 UniformCase (Context& context, const char* name, const char* desc, ShaderType type);
812 const ShaderType m_type;
815 UniformCase::UniformCase (Context& context, const char* name, const char* desc, ShaderType type)
998 enum ShaderType
1020 TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType);
1031 const ShaderType m_type;
1038 TextureCase::TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType)
1336 enum ShaderType
1353 TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType);
1364 const ShaderType m_type;
1369 TextureSamplerCase::TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType)