Home
last modified time | relevance | path

Searched refs:_mesa_is_gles (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dgenmipmap.c52 error = _mesa_is_gles(ctx); in _mesa_is_valid_generate_texture_mipmap_target()
64 error = _mesa_is_gles(ctx) || !ctx->Extensions.EXT_texture_array; in _mesa_is_valid_generate_texture_mipmap_target()
67 error = (_mesa_is_gles(ctx) && ctx->Version < 30) in _mesa_is_valid_generate_texture_mipmap_target()
H A Dcopyimage.c462 if (_mesa_is_gles(ctx)) in compressed_format_compatible()
473 if (_mesa_is_gles(ctx)) in compressed_format_compatible()
479 if (_mesa_is_gles(ctx) && _mesa_is_astc_format(compressedFormat)) in compressed_format_compatible()
H A Dclear.c166 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) { in clear()
294 if (_mesa_is_gles(ctx)) in make_color_buffer_mask()
H A Dtexcompress.c316 if (_mesa_is_gles(ctx)) { in _mesa_get_compressed_formats()
328 if (_mesa_is_gles(ctx) in _mesa_get_compressed_formats()
H A Dcontext.h266 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles() function
H A Dpipelineobj.c1022 if ((_mesa_is_gles(ctx) || (ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) && in _mesa_validate_program_pipeline()
1024 if (_mesa_is_gles(ctx)) in _mesa_validate_program_pipeline()
H A Dblend.c1206 if (ctx->Visual.doubleBufferMode || _mesa_is_gles(ctx)) { in _mesa_init_color()
1221 ctx->Color.sRGBEnabled = _mesa_is_gles(ctx); in _mesa_init_color()
H A Dtexparam.c822 if (_mesa_is_gles(ctx)) in set_tex_parameterf()
2383 if (_mesa_is_gles(ctx)) in get_tex_parameterfv()
2466 if (!_mesa_is_gles(ctx) || !ctx->Extensions.OES_EGL_image_external) in get_tex_parameterfv()
2670 if (_mesa_is_gles(ctx)) in get_tex_parameteriv()
2757 if (!_mesa_is_gles(ctx) || !ctx->Extensions.OES_EGL_image_external) in get_tex_parameteriv()
H A Dteximage.c1873 if (err == GL_INVALID_ENUM && _mesa_is_gles(ctx) && ctx->Version < 20) in texture_error_check()
1898 if (_mesa_is_gles(ctx) && in texture_error_check()
2219 GLenum internalFormat = _mesa_is_gles(ctx) ? in texsubimage_error_check()
2228 if (_mesa_is_gles(ctx) && in texsubimage_error_check()
2335 if (_mesa_is_gles(ctx) && !_mesa_is_gles3(ctx)) { in copytexture_error_check()
2411 if (_mesa_is_gles(ctx)) { in copytexture_error_check()
2502 } else if (_mesa_is_gles(ctx) && in copytexture_error_check()
2521 if (_mesa_is_gles(ctx) && is_unorm != is_rbunorm) in copytexture_error_check()
2671 if (_mesa_is_gles(ctx) && _mesa_is_stencil_format(texImage->_BaseFormat)) { in copytexsubimage_error_check()
3066 if (_mesa_is_gles(ct in teximage()
[all...]
H A Drenderbuffer.c328 if (ctx && _mesa_is_gles(ctx)) { in _mesa_init_renderbuffer()
H A Dshaderimage.c649 if (_mesa_is_gles(ctx) && !texObj->Immutable && !texObj->External && in _mesa_BindImageTexture()
H A Dqueryobj.c950 if (_mesa_is_gles(ctx)) { in _mesa_GetQueryIndexediv()
1102 if (_mesa_is_gles(ctx) && in get_query_object()
H A Dtexobj.c209 return _mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external in _mesa_get_current_tex_object()
716 if (_mesa_is_gles(ctx) && !valid_filter_for_float(ctx, t)) { in _mesa_test_texobj_completeness()
1561 return _mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external in _mesa_tex_target_to_index()
H A Dversion.c216 create_version_string(ctx, _mesa_is_gles(ctx) ? "OpenGL ES " : ""); in _mesa_override_gl_version()
H A Dfbobject.c1028 if (_mesa_is_gles(ctx) && !gles_check_float_renderable(ctx, att)) { in test_attachment_completeness()
1345 if ((_mesa_is_gles(ctx) && _mesa_has_EXT_color_buffer_half_float(ctx)) && in _mesa_test_framebuffer_completeness()
2654 return _mesa_is_gles(ctx) || ctx->Extensions.ARB_ES2_compatibility in _mesa_base_fbo_format()
3778 (_mesa_is_gles(ctx) && ctx->Version < 30); in check_textarget()
3784 (_mesa_is_gles(ctx) && ctx->Version < 31); in check_textarget()
3787 err = dims != 2 || _mesa_is_gles(ctx) || in check_textarget()
H A Dblit.c240 if (_mesa_is_gles(ctx) && in validate_color_buffer()
H A Dff_fragment_shader.cpp1071 if (_mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external) in create_new_program()
H A Dcontext.c1547 if (_mesa_is_gles(newCtx) && in _mesa_make_current()
H A Dreadpix.c1089 if (_mesa_is_gles(ctx)) { in read_pixels()
H A Dvarray.c577 if (_mesa_is_gles(ctx)) { in get_legal_types_mask()
720 if (_mesa_is_gles(ctx) && sizeMax == BGRA_OR_4) { in validate_array_format()
H A Dglformats.c2328 if (_mesa_is_gles(ctx)) { in _mesa_base_tex_format()
H A Dshaderapi.c353 const bool same_type_disallowed = _mesa_is_gles(ctx); in attach_shader_err()
H A Dbufferobj.c818 return _mesa_is_gles(ctx) ? GL_WRITE_ONLY : GL_READ_WRITE; in simplified_access_mode()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1317 if (_mesa_is_gles(ctx)) { in st_ChooseTextureFormat()

Completed in 57 milliseconds