HomeSort by relevance Sort by last modified time
    Searched refs:getTestNamePostfix (Results 1 - 12 of 12) sorted by null

  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp 63 const char* getTestNamePostfix (void) const;
89 const char* StateVerifier::getTestNamePostfix (void) const
    [all...]
es2fBufferObjectQueryTests.cpp 78 const char* getTestNamePostfix (void) const;
96 const char* BufferParamVerifier::getTestNamePostfix (void) const
267 FOR_EACH_VERIFIER(verifiers, addChild(new BufferSizeCase (m_context, verifier, (std::string("buffer_size") + verifier->getTestNamePostfix()).c_str(), "BUFFER_SIZE")));
268 FOR_EACH_VERIFIER(verifiers, addChild(new BufferUsageCase (m_context, verifier, (std::string("buffer_usage") + verifier->getTestNamePostfix()).c_str(), "BUFFER_USAGE")));
es2fTextureStateQueryTests.cpp 55 const char* getTestNamePostfix (void) const;
73 const char* TexParamVerifier::getTestNamePostfix (void) const
388 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_s" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_S", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_S)));
389 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_t" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_T", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_T)));
391 FOR_EACH_VERIFIER(verifiers, addChild(new TextureMagFilterCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_mag_filter" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MAG_FILTER", textureTargets[ndx].textureTarget)));
392 FOR_EACH_VERIFIER(verifiers, addChild(new TextureMinFilterCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_min_filter" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MIN_FILTER", textureTargets[ndx].textureTarget)));
es2fBooleanStateQueryTests.cpp 51 const char* getTestNamePostfix (void) const;
71 const char* StateVerifier::getTestNamePostfix (void) const
586 FOR_EACH_VERIFIER(isEnabledVerifiers, addChild(new IsEnabledStateTestCase(m_context, verifier, (std::string(isEnableds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), isEnableds[testNdx].description, isEnableds[testNdx].targetName, isEnableds[testNdx].value)));
588 FOR_EACH_VERIFIER(normalVerifiers, addChild(new SampleCoverageInvertTestCase (m_context, verifier, (std::string("sample_coverage_invert") + verifier->getTestNamePostfix()).c_str(), "SAMPLE_COVERAGE_INVERT")));
589 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ColorMaskTestCase (m_context, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), "COLOR_WRITEMASK")));
590 FOR_EACH_VERIFIER(normalVerifiers, addChild(new DepthWriteMaskTestCase (m_context, verifier, (std::string("depth_writemask") + verifier->getTestNamePostfix()).c_str(), "DEPTH_WRITEMASK")));
591 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ShaderCompilerTestCase (m_context, verifier, (std::string("shader_compiler") + verifier->getTestNamePostfix()).c_str(), "SHADER_COMPILER")));
es2fFloatStateQueryTests.cpp 74 const char* getTestNamePostfix (void) const;
101 const char* StateVerifier::getTestNamePostfix (void) const
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureStateQueryTests.cpp 55 const char* getTestNamePostfix (void) const;
73 const char* TexParamVerifier::getTestNamePostfix (void) const
730 FOR_EACH_VERIFIER(verifiers, addChild(new TextureSwizzleCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_swizzle_r" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_SWIZZLE_R", textureTargets[ndx].textureTarget, GL_TEXTURE_SWIZZLE_R, GL_RED)));
731 FOR_EACH_VERIFIER(verifiers, addChild(new TextureSwizzleCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_swizzle_g" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_SWIZZLE_G", textureTargets[ndx].textureTarget, GL_TEXTURE_SWIZZLE_G, GL_GREEN)));
732 FOR_EACH_VERIFIER(verifiers, addChild(new TextureSwizzleCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_swizzle_b" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_SWIZZLE_B", textureTargets[ndx].textureTarget, GL_TEXTURE_SWIZZLE_B, GL_BLUE)));
733 FOR_EACH_VERIFIER(verifiers, addChild(new TextureSwizzleCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_swizzle_a" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_SWIZZLE_A", textureTargets[ndx].textureTarget, GL_TEXTURE_SWIZZLE_A, GL_ALPHA)));
735 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_s" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_S", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_S)));
739 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_t" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_T", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_T)));
742 FOR_EACH_VERIFIER(verifiers, addChild(new TextureWrapCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_wrap_r" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_R", textureTargets[ndx].textureTarget, GL_TEXTURE_WRAP_R)));
744 FOR_EACH_VERIFIER(verifiers, addChild(new TextureMagFilterCase (m_context, verifier, (std::string(textureTargets[ndx].name) + "_texture_mag_filter" + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MAG_FILTER", textureTargets[ndx].textureTarget)))
    [all...]
es3fSamplerStateQueryTests.cpp 54 const char* getTestNamePostfix (void) const;
72 const char* SamplerParamVerifier::getTestNamePostfix (void) const
492 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerWrapCase (m_context, verifier, (std::string("sampler_texture_wrap_s") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_S", GL_TEXTURE_WRAP_S)));
493 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerWrapCase (m_context, verifier, (std::string("sampler_texture_wrap_t") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_T", GL_TEXTURE_WRAP_T)));
494 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerWrapCase (m_context, verifier, (std::string("sampler_texture_wrap_r") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_WRAP_R", GL_TEXTURE_WRAP_R)));
495 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerMagFilterCase (m_context, verifier, (std::string("sampler_texture_mag_filter") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MAG_FILTER")));
496 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerMinFilterCase (m_context, verifier, (std::string("sampler_texture_min_filter") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MIN_FILTER")));
497 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerLODCase (m_context, verifier, (std::string("sampler_texture_min_lod") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MIN_LOD", GL_TEXTURE_MIN_LOD, -1000)));
498 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerLODCase (m_context, verifier, (std::string("sampler_texture_max_lod") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_MAX_LOD", GL_TEXTURE_MAX_LOD, 1000)));
499 FOR_EACH_VERIFIER(verifiers, addChild(new SamplerCompareModeCase(m_context, verifier, (std::string("sampler_texture_compare_mode") + verifier->getTestNamePostfix()).c_str(), "TEXTURE_COMPARE_MODE")))
    [all...]
es3fIntegerStateQueryTests.cpp 63 const char* getTestNamePostfix (void) const;
90 const char* StateVerifier::getTestNamePostfix (void) const
    [all...]
es3fInteger64StateQueryTests.cpp 53 const char* getTestNamePostfix (void) const;
72 const char* StateVerifier::getTestNamePostfix (void) const
306 FOR_EACH_VERIFIER(verifiers, addChild(new ConstantMinimumValue64TestCase(m_context, verifier, (std::string(implementationLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationLimits[testNdx].description, implementationLimits[testNdx].targetName, implementationLimits[testNdx].minValue)));
308 FOR_EACH_VERIFIER(verifiers, addChild(new MaxCombinedStageUniformComponentsCase (m_context, verifier, (std::string("max_combined_vertex_uniform_components") + verifier->getTestNamePostfix()).c_str(), "MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS", GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS, GL_MAX_VERTEX_UNIFORM_BLOCKS, GL_MAX_VERTEX_UNIFORM_COMPONENTS)));
309 FOR_EACH_VERIFIER(verifiers, addChild(new MaxCombinedStageUniformComponentsCase (m_context, verifier, (std::string("max_combined_fragment_uniform_components") + verifier->getTestNamePostfix()).c_str(), "MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS", GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_COMPONENTS)));
es3fBooleanStateQueryTests.cpp 51 const char* getTestNamePostfix (void) const;
70 const char* StateVerifier::getTestNamePostfix (void) const
782 FOR_EACH_VERIFIER(isEnabledVerifiers, addChild(new IsEnabledStateTestCase(m_context, verifier, (std::string(isEnableds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), isEnableds[testNdx].description, isEnableds[testNdx].targetName, isEnableds[testNdx].value)));
785 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ColorMaskTestCase (m_context, verifier, (std::string("color_writemask") + verifier->getTestNamePostfix()).c_str(), "COLOR_WRITEMASK")));
786 FOR_EACH_VERIFIER(normalVerifiers, addChild(new DepthWriteMaskTestCase (m_context, verifier, (std::string("depth_writemask") + verifier->getTestNamePostfix()).c_str(), "DEPTH_WRITEMASK")));
787 FOR_EACH_VERIFIER(normalVerifiers, addChild(new SampleCoverageInvertTestCase (m_context, verifier, (std::string("sample_coverage_invert") + verifier->getTestNamePostfix()).c_str(), "SAMPLE_COVERAGE_INVERT")));
788 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("shader_compiler") + verifier->getTestNamePostfix()).c_str(), "SHADER_COMPILER", GL_SHADER_COMPILER, true)));
789 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("transform_feedback_active_initial") + verifier->getTestNamePostfix()).c_str(), "initial TRANSFORM_FEEDBACK_ACTIVE", GL_TRANSFORM_FEEDBACK_ACTIVE, false)));
790 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("transform_feedback_paused_initial") + verifier->getTestNamePostfix()).c_str(), "initial TRANSFORM_FEEDBACK_PAUSED", GL_TRANSFORM_FEEDBACK_PAUSED, false)));
791 FOR_EACH_VERIFIER(normalVerifiers, addChild(new TransformFeedbackBasicTestCase (m_context, verifier, (std::string("transform_feedback") + verifier->getTestNamePostfix()).c_str())))
    [all...]
es3fBufferObjectQueryTests.cpp 78 const char* getTestNamePostfix (void) const;
97 const char* BufferParamVerifier::getTestNamePostfix (void) const
514 FOR_EACH_VERIFIER(verifiers, addChild(new BufferSizeCase (m_context, verifier, (std::string("buffer_size") + verifier->getTestNamePostfix()).c_str(), "BUFFER_SIZE")));
515 FOR_EACH_VERIFIER(verifiers, addChild(new BufferUsageCase (m_context, verifier, (std::string("buffer_usage") + verifier->getTestNamePostfix()).c_str(), "BUFFER_USAGE")));
516 FOR_EACH_VERIFIER(verifiers, addChild(new BufferAccessFlagsCase (m_context, verifier, (std::string("buffer_access_flags") + verifier->getTestNamePostfix()).c_str(), "BUFFER_ACCESS_FLAGS")));
517 FOR_EACH_VERIFIER(verifiers, addChild(new BufferMappedCase (m_context, verifier, (std::string("buffer_mapped") + verifier->getTestNamePostfix()).c_str(), "BUFFER_MAPPED")));
518 FOR_EACH_VERIFIER(verifiers, addChild(new BufferOffsetLengthCase(m_context, verifier, (std::string("buffer_map_offset_length")+ verifier->getTestNamePostfix()).c_str(), "BUFFER_MAP_OFFSET and BUFFER_MAP_LENGTH")));
es3fFloatStateQueryTests.cpp 74 const char* getTestNamePostfix (void) const;
102 const char* StateVerifier::getTestNamePostfix (void) const
    [all...]

Completed in 1709 milliseconds