Searched refs:supportsES32 (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderStateQueryTests.cpp | 100 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::Ap… in iterate() local 102 if (m_extension && !m_context.getContextInfo().isExtensionSupported(m_extension) && !supportsES32) in iterate() 115 …shaderArgs["EXTENSIONSTATEMENT"] = (m_extension && !supportsES32) ? (std::string() + "#extension "… in iterate() 382 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in init() local 392 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && !supportsES32) in init() 398 …f (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") && !supportsES32) in init()
|
D | es31fTessellationGeometryInteractionTests.cpp | 59 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); in specializeShader() local 63 …shaderArgs["EXTENSION_GEOMETRY_SHADER"] = (supportsES32) ? ("") : ("#extension GL_EXT_geometry_sh… in specializeShader() 64 …shaderArgs["EXTENSION_TESSELATION_SHADER"] = (supportsES32) ? ("") : ("#extension GL_EXT_tessellat… in specializeShader() 175 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in init() local 177 if (!supportsES32 && in init() 481 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in init() local 483 if (!supportsES32 && in init() 874 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… in init() local 876 if (!supportsES32 && in init() 1783 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::A… in checkExtensions() local [all …]
|
D | es31fShaderMultisampleInterpolationTests.cpp | 53 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); in specializeShader() local 57 …args["GLSL_EXT_SHADER_MULTISAMPLE_INTERPOLATION"] = supportsES32 ? "" : "#extension GL_OES_shader_… in specializeShader() 58 …args["GLSL_EXT_SAMPLE_VARIABLES"] = supportsES32 ? "" : "#extension GL_OES_sample_variables : … in specializeShader()
|
D | es31fTextureBorderClampTests.cpp | 652 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in init() local 654 …if (!supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_border_clamp… in init() 658 !supportsES32 && in init() 2070 …const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::Api… in init() local 2073 …if (!supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_border_clamp… in init() 2077 !supportsES32 && in init()
|