Searched defs:isES32orGL45 (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fInternalFormatQueryTests.cpp | 77 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init() local 96 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate() local
|
H A D | es31fNegativeSampleVariablesTests.cpp | 95 const bool isES32orGL45 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in checkSupported() local
|
H A D | es31fShaderMultisampleInterpolationTests.cpp | 53 const bool isES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in specializeShader() local
|
H A D | es31fShaderStateQueryTests.cpp | 101 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate() local 385 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init() local
|
H A D | es31fSynchronizationTests.cpp | 126 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in specializeShader() local
|
H A D | es31fProgramStateQueryTests.cpp | 76 const bool isES32orGL45 = checkSupport(context); in specializeShader() local 109 const bool isES32orGL45 = checkSupport(m_context); in iterate() local 223 const bool isES32orGL45 = checkSupport(m_context); in iterate() local
|
H A D | es31fTextureFilteringTests.cpp | 201 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init() local
|
H A D | es31fNegativeTextureApiTests.cpp | 3713 const bool isES32orGL45 = supportsES32orGL45(ctx); in texstorage2d_invalid_binding() local 3762 const bool isES32orGL45 = supportsES32orGL45(ctx); in texstorage2d_invalid_levels() local 3907 const bool isES32orGL45 = supportsES32orGL45(ctx); in texstorage3d_invalid_levels() local [all...] |
Completed in 15 milliseconds