/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 75 if (contextSupports(type, ApiType::es(3,0))) in resetStateES() 81 if (contextSupports(type, ApiType::es(3,1))) in resetStateES() 89 if (contextSupports(type, ApiType::es(3,0))) in resetStateES() 103 if (contextSupports(type, ApiType::es(3,0))) in resetStateES() 118 if (contextSupports(type, ApiType::es(3,0))) in resetStateES() 130 if (contextSupports(type, ApiType::es(3,1))) in resetStateES() 163 if (contextSupports(type, ApiType::es(3,0))) in resetStateES() 177 if (contextSupports(type, ApiType::es(3,1))) in resetStateES() 196 if (contextSupports(type, ApiType::es(3,0))) in resetStateES() 210 if (contextSupports(type, ApiType::es(3,1))) in resetStateES() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativePreciseTests.cpp | 65 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateShaderSource() 162 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_variable_name() 174 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_function_name() 186 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_function_argument()
|
D | es31fNegativeAdvancedBlendEquationTests.cpp | 134 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateVertexShaderSource() 149 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateFragmentShaderSource() 175 …ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext… in blend_qualifier_mismatch() 211 …ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext… in attachment_advanced_equation()
|
D | es31fSampleShadingTests.cpp | 72 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init() 123 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init() 190 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init() 278 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init() 408 …const glu::GLSLVersion version = contextSupports(m_context.getRenderContext().getType(), glu::ApiT… in genFragmentSource()
|
D | es31fNegativeVertexArrayApiTests.cpp | 384 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_arrays() 444 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_arrays_incomplete_primitive() 478 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_elements() 588 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_elements_incomplete_primitive() 664 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in draw_elements_base_vertex() 699 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_arrays_instanced() 767 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_arrays_instanced_incomplete_primitive() 803 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_elements_instanced() 920 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_elements_instanced_incomplete_primitive() 999 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in draw_elements_instanced_base_vertex() [all …]
|
D | es31fProgramStateQueryTests.cpp | 83 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in iterate() 201 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in iterate() 335 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::Api… in iterate() 448 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiT… in iterate() 548 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiT… in iterate() 651 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init() 656 …if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context… in init() 758 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in getProgramSources()
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 81 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() 129 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 53 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); in specializeShader() 126 …tensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.get… in init() 667 …tensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.get… in init() 778 …tensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.get… in init() 957 …tensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.get… in init() 959 …ntextInfo().isExtensionSupported("GL_OES_sample_variables") && !glu::contextSupports(m_context.get… in init() 1230 …tensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.get… in init() 1361 …tensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.get… in init() 1363 …ntextInfo().isExtensionSupported("GL_OES_sample_variables") && !glu::contextSupports(m_context.get… in init() 1481 …tensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.get… in init()
|
D | es31fNegativeFragmentApiTests.cpp | 164 …if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextI… in blend_equationi() 184 …if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextI… in blend_equation_separatei() 232 …if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextI… in blend_funci() 254 …if (!glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getCon… in blend_func_separatei()
|
D | es31fSampleVariableTests.cpp | 279 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() 314 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() 394 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() 481 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() 654 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType… in genFragmentSource() 923 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() 975 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genVertexSource() 998 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType:… in genFragmentSource() 1081 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() 1211 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType… in genFragmentSource() [all …]
|
D | es31fNegativeShaderFunctionTests.cpp | 307 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2))) in getShaderInitialization() 352 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourceBitfieldExtract() 449 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourceBitfieldInsert() 604 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourceReverseCountFind() 708 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourceAddCarrySubBorrow() 963 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourceMulExtended() 1287 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourceFrexpLdexp() 1434 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourcePackUnpackNorm4x8() 1619 …source << (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) ? glu::getGLS… in genShaderSourceTextureSize_sampler() 1682 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.isExtensionSu… in texture_size_invalid_sampler() [all …]
|
D | es31fNegativeTextureApiTests.cpp | 153 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInf… in bindtexture() 483 if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2))) in compressedteximage2d_invalid_size() 1803 if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2))) in texparameteri() 1833 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInf… in texparameteri() 1862 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInf… in texparameteri() 1924 if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2))) in texparameterf() 1954 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInf… in texparameterf() 1983 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInf… in texparameterf() 2068 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInf… in texparameteriv() 2098 …if (contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInf… in texparameteriv() [all …]
|
D | es31fIntegerStateQueryTests.cpp | 122 if (contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in init() 207 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate() 213 …const int value = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2… in iterate() 261 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate() 511 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate() 617 if (contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in iterate() 674 if (contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in iterate() 730 if (contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in iterate()
|
D | es31fNegativeStateApiTests.cpp | 73 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in getVtxFragVersionSources() 94 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in enablei() 117 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in disablei() 461 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in get_tex_parameteriiv() 477 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in get_tex_parameteriuiv() 534 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in get_nuniformfv() 624 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in get_nuniformiv() 714 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in get_nuniformuiv() 1384 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiT… in is_enabledi()
|
D | es31fNegativeTestShared.cpp | 115 if (contextSupports(getRenderContext().getType(), glu::ApiType::es(3, 2))) in isShaderSupported()
|
D | es31fMultisampleShaderRenderCase.cpp | 101 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in init() 673 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::… in genVertexSource() 693 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in genMSTextureResolverSource() 729 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in genMSTextureLayerFetchSource()
|
D | es31fNegativeShaderDirectiveTests.cpp | 125 if (contextSupports(ctx.getRenderContext().getType() , glu::ApiType::es(3, 2))) in primitive_bounding_box() 177 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType() , glu::Api… in sample_variables()
|
D | es31fFboTestCase.cpp | 157 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in isRequiredFormat() 222 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions()
|
D | es31fAdvancedBlendTests.cpp | 212 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getBlendProgramSrc() 251 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in init() 664 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in iterate() 718 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in iterate()
|
D | es31fBooleanStateQueryTests.cpp | 73 …TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_m… in iterate()
|
D | es31fOpaqueTypeIndexingTests.cpp | 366 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in init() 403 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getShaderSpec() 739 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in init() 789 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getShaderSpec() 985 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in init() 1019 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getShaderSpec()
|
D | es31fShaderBuiltinConstantTests.cpp | 161 …const bool isES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)… in init() 194 const bool isES32 = contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); in createGetConstantExecutor()
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 552 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureTarget() 554 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureTarget() 556 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureTarget() 567 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureParam() 569 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureParam() 571 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureParam() 582 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreQuery() 584 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreQuery() 586 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreQuery() 597 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTester() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 207 return glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));; in isRequiredFormat() 216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
|