Searched defs:UniformSpec (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 370 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 392 …UniformSpec (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/ |
D | es3pShaderCompilationCases.cpp | 370 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 392 …UniformSpec (const string& n, Type t, const tcu::Vector<float, 16>& v) : name(n), type(t), value(v… in UniformSpec() argument
|