/external/deqp/modules/gles31/functional/ |
D | es31fBooleanStateQueryTests.cpp | 48 case QUERY_BOOLEAN: return "getboolean"; in getVerifierSuffix() 120 QUERY_BOOLEAN, in init()
|
D | es31fTextureBufferTests.cpp | 622 …oolean", "Test MAX_TEXTURE_BUFFER_SIZE", GL_MAX_TEXTURE_BUFFER_SIZE, 65536, QUERY_BOOLEAN)); in createTextureBufferTests() 626 … "Test TEXTURE_BUFFER_OFFSET_ALIGNMENT", GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT, 256, QUERY_BOOLEAN)); in createTextureBufferTests() 631 …gQueryCase(context, "texture_buffer_binding_getboolean", "TEXTURE_BUFFER_BINDING", QUERY_BOOLEAN)); in createTextureBufferTests() 636 …rQueryCase(context, "texture_binding_buffer_getboolean", "TEXTURE_BINDING_BUFFER", QUERY_BOOLEAN)); in createTextureBufferTests()
|
D | es31fSampleShadingTests.cpp | 457 …ateCase (m_context, "sample_shading_get_boolean", "test SAMPLE_SHADING", QUERY_BOOLEAN)); in init() 461 …ntext, "min_sample_shading_value_get_boolean", "test MIN_SAMPLE_SHADING_VALUE", QUERY_BOOLEAN)); in init()
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 167 { QUERY_BOOLEAN, "get_boolean", "Test using getBoolean" }, in init()
|
D | es31fAdvancedBlendTests.cpp | 795 …context, "blend_advanced_coherent_getboolean", "Test BLEND_ADVANCED_COHERENT_KHR", QUERY_BOOLEAN)); in init() 801 …n", "Test BLEND_EQUATION", s_blendEquations, DE_LENGTH_OF_ARRAY(s_blendEquations), QUERY_BOOLEAN)); in init()
|
D | es31fIntegerStateQueryTests.cpp | 57 case QUERY_BOOLEAN: return "getboolean"; in getVerifierSuffix() 777 const QueryType verifiers[] = { QUERY_BOOLEAN, QUERY_INTEGER, QUERY_INTEGER64, QUERY_FLOAT }; in init()
|
D | es31fGeometryShaderTests.cpp | 4209 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN); in iterate() 4267 verifyStateInteger(result, gl, GL_LAYER_PROVOKING_VERTEX, state.getIntAccess(), QUERY_BOOLEAN); in iterate() 4564 verifyStateInteger(result, gl, m_apiName, limit, QUERY_BOOLEAN); in iterate() 5365 …rifyStateIntegerMin(result, gl, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, limit, QUERY_BOOLEAN); in iterate()
|
D | es31fTessellationTests.cpp | 6503 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN); in iterate() 6567 verifyStateIntegerMin(result, gl, m_combined, limit, QUERY_BOOLEAN); in iterate() 6616 verifyStateIntegerMin(result, gl, GL_PATCH_VERTICES, 22, QUERY_BOOLEAN); in iterate() 6649 queryState(result, gl, QUERY_BOOLEAN, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state); in iterate()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 222 QUERY_BOOLEAN, enumerator 438 case QUERY_BOOLEAN: in verifyState() 5097 …p->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::QUERY_BOOLEAN)); in init()
|
D | es31fDebugTests.cpp | 2998 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 | 2010 case QUERY_BOOLEAN: return "_getboolean"; in getQueryTypeSuffix() 2052 QUERY_BOOLEAN, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2717 case QUERY_BOOLEAN: return "_getboolean"; in getQueryTypeSuffix() 2761 QUERY_BOOLEAN, in init()
|