Home
last modified time | relevance | path

Searched refs:isES32 (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp111 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in single_tessellation_stage() local
114 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in single_tessellation_stage()
115 …args["GLSL_TESS_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_tessellation_shader : requir… in single_tessellation_stage()
209 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_primitive_mode() local
211 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_primitive_mode()
212 …args["GLSL_TESS_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_tessellation_shader : requir… in invalid_primitive_mode()
237 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in tessellation_not_active() local
240 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in tessellation_not_active()
241 …args["GLSL_TESS_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_tessellation_shader : requir… in tessellation_not_active()
266 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_program_state() local
[all …]
Des31fNegativeShaderFramebufferFetchTests.cpp122 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in last_frag_data_not_defined() local
124 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in last_frag_data_not_defined()
199 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_redeclaration_inout() local
201 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_redeclaration_inout()
227 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_vertex_inout() local
229 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_vertex_inout()
Des31fNegativeComputeTests.cpp122 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in generateComputeShader() local
123 const char* const shaderVersion = isES32 in generateComputeShader()
385 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in program_not_active() local
387 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in program_not_active()
446 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_program_query() local
448 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_program_query()
496 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_dispatch_compute_indirect() local
498 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_dispatch_compute_indirect()
587 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in invalid_maximum_work_group_counts() local
589 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in invalid_maximum_work_group_counts()
[all …]
Des31fNegativeShaderStorageTests.cpp113 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in genBlockSource() local
114 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in genBlockSource()
118 << ((isES32) ? "" : getShaderExtensionDeclaration(shaderType)); in genBlockSource()
159 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in genCommonSource() local
160 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in genCommonSource()
164 << ((isES32) ? "" : getShaderExtensionDeclaration(shaderType)); in genCommonSource()
Des31fNegativeSampleVariablesTests.cpp81 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in getVersionAndExtension() local
82 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in getVersionAndExtension()
87 if (!isES32) in getVersionAndExtension()
95 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in checkSupported() local
97 if (!isES32 && !ctx.isExtensionSupported("GL_OES_sample_variables")) in checkSupported()
Des31fNegativeVertexArrayApiTests.cpp391 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_arrays() local
394 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_arrays()
451 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_arrays_incomplete_primitive() local
454 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_arrays_incomplete_primitive()
485 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_elements() local
491 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_elements()
595 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_elements_incomplete_primitive() local
601 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_elements_incomplete_primitive()
725 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3,… in draw_arrays_instanced() local
728 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : get… in draw_arrays_instanced()
[all …]
Des31fNegativeSSBOBlockTests.cpp358 …const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType:… in ssbo_block_matching() local
359 …const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION… in ssbo_block_matching()
447 …const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType:… in ssbo_block_shared_qualifier() local
448 …const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION… in ssbo_block_shared_qualifier()
Des31fShaderFramebufferFetchTests.cpp75 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in isRequiredFormat() local
115 return isES32; in isRequiredFormat()
205 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions() local
227 if (!isES32) in getEnablingExtensions()
Des31fCopyImageTests.cpp1284 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in decompressTexture() local
1293 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in decompressTexture()
1474 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in renderTextureCubemap() local
1485 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in renderTextureCubemap()
1894 const bool isES32 = glu::contextSupports(ctx.getType(), glu::ApiType::es(3, 2)); in checkFormatSupport() local
1906 if (!isES32 && !info.isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) in checkFormatSupport()
1921 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType… in init() local
1923 if (!isES32 && !ctxInfo->isExtensionSupported("GL_EXT_copy_image")) in init()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions() local
238 if (!isES32) in getEnablingExtensions()
Des3fASTCDecompressionCases.cpp202 const bool isES32 = glu::contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); in getASTCSupportLevel() local
211 if (isES32) in getASTCSupportLevel()