/external/deqp/modules/gles31/functional/ |
D | es31fShaderTextureSizeTests.cpp | 166 const bool supportsES32orGL45 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)) || in init() local 363 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in genFragmentSource() local
|
D | es31fShaderBuiltinConstantTests.cpp | 161 …const bool supportsES32orGL45 = contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in init() local 204 const bool supportsES32orGL45 = contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)) || in createGetConstantExecutor() local
|
D | es31fSampleVariableTests.cpp | 279 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local 1088 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local 1219 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local 1379 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local 1481 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local 1725 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local 2096 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local
|
D | es31fDrawBuffersIndexedTests.cpp | 1204 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local 1313 const bool supportsES32orGL45 = checkES32orGL45Support(context); in getRandomFormat() local 1423 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local 1467 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
|
D | es31fDrawElementsBaseVertexTests.cpp | 228 …const bool supportsES32orGL45 = contextSupports(ctxType, glu::ApiType::es(3, 2)) || contextSupport… in init() local
|
D | es31fNegativeTextureApiTests.cpp | 78 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45() function
|
D | es31fNegativeShaderApiTests.cpp | 89 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45() function
|
D | es31fTextureSpecificationTests.cpp | 240 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in checkExtensionSupport() local
|
D | es31fBasicComputeShaderTests.cpp | 1254 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in iterate() local
|
D | es31fProgramInterfaceQueryTests.cpp | 932 const bool supportsES32orGL45 = checkSupport(m_context); in init() local 2725 const bool supportsES32orGL45 = checkSupport(m_context); in init() local 2876 const bool supportsES32orGL45 = checkSupport(m_context); in init() local
|
D | es31fTextureGatherTests.cpp | 1257 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), g… in init() local
|
D | es31fShaderImageLoadStoreTests.cpp | 354 static bool supportsES32orGL45(const RenderContext& renderContext) in supportsES32orGL45() function
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3165 const bool supportsES32orGL45 = contextSupports(m_renderCtx.getType(), glu::ApiType::es(3, 2)) || in iterate() local
|