/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 69 const char* getTestNamePostfix (void) const; 95 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles2::Functional::IntegerStateQueryVerifiers::StateVerifier 2091 …r, (std::string(implementationMinLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), … in init() 2093 …ontext, verifier, (std::string("sample_buffers") + verifier->getTestNamePostfix()).c_str(), … in init() 2095 … (m_context, verifier, (std::string("samples") + verifier->getTestNamePostfix()).c_str(), … in init() 2096 …t, verifier, (std::string("generate_mipmap_hint") + verifier->getTestNamePostfix()).c_str(), … in init() 2097 …m_context, verifier, (std::string("depth_func") + verifier->getTestNamePostfix()).c_str(), … in init() 2098 …ontext, verifier, (std::string("cull_face_mode") + verifier->getTestNamePostfix()).c_str(), … in init() 2099 …ntext, verifier, (std::string("front_face_mode") + verifier->getTestNamePostfix()).c_str(), … in init() 2100 …(m_context, verifier, (std::string("viewport") + verifier->getTestNamePostfix()).c_str(), … in init() [all …]
|
D | es2fBufferObjectQueryTests.cpp | 78 const char* getTestNamePostfix (void) const; 96 const char* BufferParamVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles2::Functional::BufferParamVerifiers::BufferParamVerifier 267 … (m_context, verifier, (std::string("buffer_size") + verifier->getTestNamePostfix()).c_str(), … in init() 268 … (m_context, verifier, (std::string("buffer_usage") + verifier->getTestNamePostfix()).c_str(), … in init()
|
D | es2fTextureStateQueryTests.cpp | 55 const char* getTestNamePostfix (void) const; 73 const char* TexParamVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles2::Functional::TextureParamVerifiers::TexParamVerifier 388 …string(textureTargets[ndx].name) + "_texture_wrap_s" + verifier->getTestNamePostfix()).c_str(), … in init() 389 …string(textureTargets[ndx].name) + "_texture_wrap_t" + verifier->getTestNamePostfix()).c_str(), … in init() 391 …ing(textureTargets[ndx].name) + "_texture_mag_filter" + verifier->getTestNamePostfix()).c_str(), … in init() 392 …ing(textureTargets[ndx].name) + "_texture_min_filter" + verifier->getTestNamePostfix()).c_str(), … in init()
|
D | es2fBooleanStateQueryTests.cpp | 51 const char* getTestNamePostfix (void) const; 71 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::StateVerifier 586 …text, verifier, (std::string(isEnableds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), … in init() 588 …t, verifier, (std::string("sample_coverage_invert") + verifier->getTestNamePostfix()).c_str(), … in init() 589 …ontext, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), … in init() 590 …ontext, verifier, (std::string("depth_writemask") + verifier->getTestNamePostfix()).c_str(), … in init() 591 …ontext, verifier, (std::string("shader_compiler") + verifier->getTestNamePostfix()).c_str(), … in init()
|
D | es2fFloatStateQueryTests.cpp | 75 const char* getTestNamePostfix (void) const; 102 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles2::Functional::FloatStateQueryVerifiers::StateVerifier 1128 … (m_context, verifier, (std::string("depth_range") + verifier->getTestNamePostfix()).c_str(), … in init() 1129 … (m_context, verifier, (std::string("line_width") + verifier->getTestNamePostfix()).c_str(), … in init() 1130 …text, verifier, (std::string("polygon_offset_factor") + verifier->getTestNamePostfix()).c_str(), … in init() 1131 …ntext, verifier, (std::string("polygon_offset_units") + verifier->getTestNamePostfix()).c_str(), … in init() 1132 …text, verifier, (std::string("sample_coverage_value") + verifier->getTestNamePostfix()).c_str(), … in init() 1133 …context, verifier, (std::string("color_clear_value") + verifier->getTestNamePostfix()).c_str(), … in init() 1134 …context, verifier, (std::string("depth_clear_value") + verifier->getTestNamePostfix()).c_str(), … in init() 1135 …xt, verifier, (std::string("aliased_point_size_range") + verifier->getTestNamePostfix()).c_str(), … in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 69 const char* getTestNamePostfix (void) const; 96 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles3::Functional::IntegerStateQueryVerifiers::StateVerifier 2836 …r, (std::string(implementationMinLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), … in init() 2838 …r, (std::string(implementationMaxLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), … in init() 2842 …ontext, verifier, (std::string("sample_buffers") + verifier->getTestNamePostfix()).c_str(), … in init() 2844 … (m_context, verifier, (std::string("samples") + verifier->getTestNamePostfix()).c_str(), … in init() 2845 …t, verifier, (std::string("generate_mipmap_hint") + verifier->getTestNamePostfix()).c_str(), … in init() 2846 …fier, (std::string("fragment_shader_derivative_hint") + verifier->getTestNamePostfix()).c_str(), … in init() 2847 …m_context, verifier, (std::string("depth_func") + verifier->getTestNamePostfix()).c_str(), … in init() 2848 …ontext, verifier, (std::string("cull_face_mode") + verifier->getTestNamePostfix()).c_str(), … in init() [all …]
|
D | es3fBooleanStateQueryTests.cpp | 51 const char* getTestNamePostfix (void) const; 70 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::StateVerifier 782 …text, verifier, (std::string(isEnableds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), … in init() 785 …ontext, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), … in init() 786 …ontext, verifier, (std::string("depth_writemask") + verifier->getTestNamePostfix()).c_str(), … in init() 787 …t, verifier, (std::string("sample_coverage_invert") + verifier->getTestNamePostfix()).c_str(), … in init() 788 …ontext, verifier, (std::string("shader_compiler") + verifier->getTestNamePostfix()).c_str(), … in init() 789 …er, (std::string("transform_feedback_active_initial") + verifier->getTestNamePostfix()).c_str(), … in init() 790 …er, (std::string("transform_feedback_paused_initial") + verifier->getTestNamePostfix()).c_str(), … in init() 791 …text, verifier, (std::string("transform_feedback") + verifier->getTestNamePostfix()).c_str()))… in init() [all …]
|
D | es3fInteger64StateQueryTests.cpp | 53 const char* getTestNamePostfix (void) const; 72 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles3::Functional::Integer64StateQueryVerifiers::StateVerifier 306 …fier, (std::string(implementationLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), … in init() 308 …std::string("max_combined_vertex_uniform_components") + verifier->getTestNamePostfix()).c_str(), … in init() 309 …td::string("max_combined_fragment_uniform_components") + verifier->getTestNamePostfix()).c_str(), … in init()
|
D | es3fBufferObjectQueryTests.cpp | 78 const char* getTestNamePostfix (void) const; 97 const char* BufferParamVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles3::Functional::BufferParamVerifiers::BufferParamVerifier 514 … (m_context, verifier, (std::string("buffer_size") + verifier->getTestNamePostfix()).c_str(), … in init() 515 … (m_context, verifier, (std::string("buffer_usage") + verifier->getTestNamePostfix()).c_str(), … in init() 516 …ontext, verifier, (std::string("buffer_access_flags") + verifier->getTestNamePostfix()).c_str(), … in init() 517 … (m_context, verifier, (std::string("buffer_mapped") + verifier->getTestNamePostfix()).c_str(), … in init() 518 …ext, verifier, (std::string("buffer_map_offset_length")+ verifier->getTestNamePostfix()).c_str(), … in init()
|
D | es3fFloatStateQueryTests.cpp | 75 const char* getTestNamePostfix (void) const; 103 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() function in deqp::gles3::Functional::FloatStateQueryVerifiers::StateVerifier 1276 … (m_context, verifier, (std::string("depth_range") + verifier->getTestNamePostfix()).c_str(), … in init() 1277 … (m_context, verifier, (std::string("line_width") + verifier->getTestNamePostfix()).c_str(), … in init() 1278 …text, verifier, (std::string("polygon_offset_factor") + verifier->getTestNamePostfix()).c_str(), … in init() 1279 …ntext, verifier, (std::string("polygon_offset_units") + verifier->getTestNamePostfix()).c_str(), … in init() 1280 …text, verifier, (std::string("sample_coverage_value") + verifier->getTestNamePostfix()).c_str(), … in init() 1281 … (m_context, verifier, (std::string("blend_color") + verifier->getTestNamePostfix()).c_str(), … in init() 1282 …context, verifier, (std::string("color_clear_value") + verifier->getTestNamePostfix()).c_str(), … in init() 1283 …context, verifier, (std::string("depth_clear_value") + verifier->getTestNamePostfix()).c_str(), … in init() [all …]
|