Searched defs:AttribSpec (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.hpp46 struct AttribSpec struct in namespace:deqp::gls
48 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_) function in struct:deqp::gls::AttribSpec
57 AttribSpec (void) {} function in struct:deqp::gls::AttribSpec
80 void init (deUint32 program, const std::vector<AttribSpec>& attributes, int calibratorInitialNumCalls);
123 std::vector<AttribSpec> m_attributes;
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp407 struct AttribSpec struct in class:deqp::egl::ChooseConfigRandomCase
415 static const struct AttribSpec attributes[] =
451 std::vector<AttribSpec> candidates;
460 AttribSpec spec = rnd.choose<AttribSpec>(candidates.begin(), candidates.end());
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp214 struct AttribSpec struct in class:deqp::gles2::Performance::__anon3253::OperatorPerformanceCase
216 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_) function in struct:deqp::gles2::Performance::__anon3253::OperatorPerformanceCase::AttribSpec
225 AttribSpec (void) {} function in struct:deqp::gles2::Performance::__anon3253::OperatorPerformanceCase::AttribSpec
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc)
348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec)
631 vector<AttribSpec> attributes = m_programData[progNdx].attributes;
633 attributes.push_back(AttribSpec("a_position",
1273 vector<AttribSpec> attributes;
1275 attributes.push_back(AttribSpec(("a_i
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp214 struct AttribSpec struct in class:deqp::gles3::Performance::__anon3542::OperatorPerformanceCase
216 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_) function in struct:deqp::gles3::Performance::__anon3542::OperatorPerformanceCase::AttribSpec
225 AttribSpec (void) {} function in struct:deqp::gles3::Performance::__anon3542::OperatorPerformanceCase::AttribSpec
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc)
348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec)
631 vector<AttribSpec> attributes = m_programData[progNdx].attributes;
633 attributes.push_back(AttribSpec("a_position",
1277 vector<AttribSpec> attributes;
1279 attributes.push_back(AttribSpec(("a_i
[all...]

Completed in 1034 milliseconds