Searched refs:QUERY_BOOLEAN (Results 1 - 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fBooleanStateQueryTests.cpp48 case QUERY_BOOLEAN: return "getboolean";
120 QUERY_BOOLEAN,
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp167 { QUERY_BOOLEAN, "get_boolean", "Test using getBoolean" },
H A Des31fSampleShadingTests.cpp457 stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_boolean", "test SAMPLE_SHADING", QUERY_BOOLEAN));
461 stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_get_boolean", "test MIN_SAMPLE_SHADING_VALUE", QUERY_BOOLEAN));
H A Des31fTextureBufferTests.cpp622 queryGroup->addChild(new LimitQueryCase (context, "max_texture_buffer_size_getboolean", "Test MAX_TEXTURE_BUFFER_SIZE", GL_MAX_TEXTURE_BUFFER_SIZE, 65536, QUERY_BOOLEAN));
626 queryGroup->addChild(new AlignmentQueryCase (context, "texture_buffer_offset_alignment_getboolean", "Test TEXTURE_BUFFER_OFFSET_ALIGNMENT", GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT, 256, QUERY_BOOLEAN));
631 queryGroup->addChild(new TextureBufferBindingQueryCase(context, "texture_buffer_binding_getboolean", "TEXTURE_BUFFER_BINDING", QUERY_BOOLEAN));
636 queryGroup->addChild(new TextureBindingBufferQueryCase(context, "texture_binding_buffer_getboolean", "TEXTURE_BINDING_BUFFER", QUERY_BOOLEAN));
H A Des31fAdvancedBlendTests.cpp795 stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_getboolean", "Test BLEND_ADVANCED_COHERENT_KHR", QUERY_BOOLEAN));
801 stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getboolean", "Test BLEND_EQUATION", s_blendEquations, DE_LENGTH_OF_ARRAY(s_blendEquations), QUERY_BOOLEAN));
H A Des31fIntegerStateQueryTests.cpp57 case QUERY_BOOLEAN: return "getboolean";
777 const QueryType verifiers[] = { QUERY_BOOLEAN, QUERY_INTEGER, QUERY_INTEGER64, QUERY_FLOAT };
H A Des31fPrimitiveBoundingBoxTests.cpp222 QUERY_BOOLEAN, enumerator in enum:deqp::gles31::Functional::__anon5378::QueryCase::QueryMethod
438 case QUERY_BOOLEAN:
5097 stateQueryGroup->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::QUERY_BOOLEAN));
H A Des31fGeometryShaderTests.cpp4209 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN);
4267 verifyStateInteger(result, gl, GL_LAYER_PROVOKING_VERTEX, state.getIntAccess(), QUERY_BOOLEAN);
4564 verifyStateInteger(result, gl, m_apiName, limit, QUERY_BOOLEAN);
5365 verifyStateIntegerMin(result, gl, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, limit, QUERY_BOOLEAN);
H A Des31fTessellationTests.cpp6503 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN);
6567 verifyStateIntegerMin(result, gl, m_combined, limit, QUERY_BOOLEAN);
6616 verifyStateIntegerMin(result, gl, GL_PATCH_VERTICES, 22, QUERY_BOOLEAN);
6649 queryState(result, gl, QUERY_BOOLEAN, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state);
H A Des31fDebugTests.cpp2998 const QueryType queryType = QUERY_BOOLEAN; \
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp237 QUERY_BOOLEAN = 0, enumerator in enum:deqp::gls::StateQueryUtil::QueryType
H A DglsStateQueryUtil.cpp289 case QUERY_BOOLEAN:
1882 case QUERY_BOOLEAN:
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp2010 case QUERY_BOOLEAN: return "_getboolean";
2052 QUERY_BOOLEAN,
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp2717 case QUERY_BOOLEAN: return "_getboolean";
2761 QUERY_BOOLEAN,

Completed in 301 milliseconds