Searched defs:AttribSpec (Results 1 - 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
H A D | glsShaderPerformanceMeasurer.hpp | 46 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 D | teglChooseConfigTests.cpp | 407 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 D | es2pShaderOperatorTests.cpp | 214 struct AttribSpec struct in class:deqp::gles2::Performance::__anon4266::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::__anon4266::OperatorPerformanceCase::AttribSpec 225 AttribSpec (void) {} function in struct:deqp::gles2::Performance::__anon4266::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 D | es3pShaderOperatorTests.cpp | 214 struct AttribSpec struct in class:deqp::gles3::Performance::__anon4551::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::__anon4551::OperatorPerformanceCase::AttribSpec 225 AttribSpec (void) {} function in struct:deqp::gles3::Performance::__anon4551::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 333 milliseconds