/external/deqp/modules/gles31/functional/ |
D | es31fBooleanStateQueryTests.cpp | 48 case QUERY_BOOLEAN: return "getboolean"; in getVerifierSuffix() 114 QUERY_BOOLEAN, in init()
|
D | es31fTextureBufferTests.cpp | 615 …oolean", "Test MAX_TEXTURE_BUFFER_SIZE", GL_MAX_TEXTURE_BUFFER_SIZE, 65536, QUERY_BOOLEAN)); in createTextureBufferTests() 619 … "Test TEXTURE_BUFFER_OFFSET_ALIGNMENT", GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT, 256, QUERY_BOOLEAN)); in createTextureBufferTests() 624 …gQueryCase(context, "texture_buffer_binding_getboolean", "TEXTURE_BUFFER_BINDING", QUERY_BOOLEAN)); in createTextureBufferTests() 629 …rQueryCase(context, "texture_binding_buffer_getboolean", "TEXTURE_BINDING_BUFFER", QUERY_BOOLEAN)); in createTextureBufferTests()
|
D | es31fSampleShadingTests.cpp | 455 …ateCase (m_context, "sample_shading_get_boolean", "test SAMPLE_SHADING", QUERY_BOOLEAN)); in init() 459 …ntext, "min_sample_shading_value_get_boolean", "test MIN_SAMPLE_SHADING_VALUE", QUERY_BOOLEAN)); in init()
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 163 { QUERY_BOOLEAN, "get_boolean", "Test using getBoolean" }, in init()
|
D | es31fAdvancedBlendTests.cpp | 787 …context, "blend_advanced_coherent_getboolean", "Test BLEND_ADVANCED_COHERENT_KHR", QUERY_BOOLEAN)); in init() 793 …n", "Test BLEND_EQUATION", s_blendEquations, DE_LENGTH_OF_ARRAY(s_blendEquations), QUERY_BOOLEAN)); in init()
|
D | es31fIntegerStateQueryTests.cpp | 53 case QUERY_BOOLEAN: return "getboolean"; in getVerifierSuffix() 686 const QueryType verifiers[] = { QUERY_BOOLEAN, QUERY_INTEGER, QUERY_INTEGER64, QUERY_FLOAT }; in init()
|
D | es31fGeometryShaderTests.cpp | 4082 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN); in iterate() 4140 verifyStateInteger(result, gl, GL_LAYER_PROVOKING_VERTEX, state.getIntAccess(), QUERY_BOOLEAN); in iterate() 4423 verifyStateInteger(result, gl, m_apiName, limit, QUERY_BOOLEAN); in iterate() 5224 …rifyStateIntegerMin(result, gl, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, limit, QUERY_BOOLEAN); in iterate()
|
D | es31fTessellationTests.cpp | 6438 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN); in iterate() 6502 verifyStateIntegerMin(result, gl, m_combined, limit, QUERY_BOOLEAN); in iterate() 6551 verifyStateIntegerMin(result, gl, GL_PATCH_VERTICES, 22, QUERY_BOOLEAN); in iterate() 6584 queryState(result, gl, QUERY_BOOLEAN, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state); in iterate()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 189 QUERY_BOOLEAN, enumerator 403 case QUERY_BOOLEAN: in verifyState() 4879 …p->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::QUERY_BOOLEAN)); in init()
|
D | es31fDebugTests.cpp | 2934 const QueryType queryType = QUERY_BOOLEAN; \ in init()
|
/external/deqp/modules/glshared/ |
D | glsStateQueryUtil.hpp | 237 QUERY_BOOLEAN = 0, enumerator
|
D | glsStateQueryUtil.cpp | 289 case QUERY_BOOLEAN: in queryState() 1882 case QUERY_BOOLEAN: in verifyStateIntegerEqualToOther()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1990 case QUERY_BOOLEAN: return "_getboolean"; in getQueryTypeSuffix() 2032 QUERY_BOOLEAN, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2697 case QUERY_BOOLEAN: return "_getboolean"; in getQueryTypeSuffix() 2741 QUERY_BOOLEAN, in init()
|