Home
last modified time | relevance | path

Searched defs:UniformSpec (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp370 struct UniformSpec struct in deqp::gles2::Performance::ShaderCompilerCase
372 enum Type
387 string name;
388 Type type;
389 tcu::Vector<float, 16> value;
391 UniformSpec (const string& n, Type t, float v) : name(n), type(t), value(v) {} in UniformSpec() function
392UniformSpec (const string& n, Type t, const tcu::Vector<float, 16>& v) : name(n), type(t), value(v… in UniformSpec() argument
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp370 struct UniformSpec struct in deqp::gles3::Performance::ShaderCompilerCase
372 enum Type
387 string name;
388 Type type;
389 tcu::Vector<float, 16> value;
391 UniformSpec (const string& n, Type t, float v) : name(n), type(t), value(v) {} in UniformSpec() argument
392UniformSpec (const string& n, Type t, const tcu::Vector<float, 16>& v) : name(n), type(t), value(v… in UniformSpec() argument