Lines Matching refs:isES32
122 …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()
651 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3… in invalid_maximum_work_group_sizes() local
652 const char* const shaderVersion = isES32 in invalid_maximum_work_group_sizes()
709 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3… in invalid_layout_qualifiers() local
710 const char* const shaderVersion = isES32 in invalid_layout_qualifiers()
809 …const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(… in invalid_write_built_in_constants() local
812 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : g… in invalid_write_built_in_constants()
813 …args["GLSL_TESS_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_tessellation_shader : requ… in invalid_write_built_in_constants()