Searched refs:_mesa_is_gles3 (Results 1 – 25 of 29) sorted by relevance
12
56 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()63 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()70 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()77 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()84 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()148 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()169 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
373 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in set_tex_parameteri()458 || _mesa_is_gles3(ctx)) { in set_tex_parameteri()477 || _mesa_is_gles3(ctx)) { in set_tex_parameteri()550 || _mesa_is_gles3(ctx)) { in set_tex_parameteri()569 || _mesa_is_gles3(ctx)) { in set_tex_parameteri()685 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in set_tex_parameterf()698 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in set_tex_parameterf()1872 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in get_tex_parameterfv()1878 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in get_tex_parameterfv()1884 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in get_tex_parameterfv()[all …]
204 bool have_fb_blit = _mesa_is_gles3(ctx) || _mesa_is_desktop_gl(ctx); in get_framebuffer_target()270 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in get_attachment()293 if (_mesa_is_gles3(ctx)) { in get_fb0_attachment()1271 if (_mesa_is_gles3(ctx) && in _mesa_test_framebuffer_completeness()1867 return _mesa_is_desktop_gl(ctx) || _mesa_is_gles3(ctx) ? GL_RGBA : 0; in _mesa_base_fbo_format()1960 _mesa_is_gles3(ctx) /* EXT_color_buffer_float */ ) in _mesa_base_fbo_format()1967 _mesa_is_gles3(ctx) /* EXT_color_buffer_float */ ) in _mesa_base_fbo_format()1977 _mesa_is_gles3(ctx) /* EXT_color_buffer_float */ ) in _mesa_base_fbo_format()2001 _mesa_is_gles3(ctx) /* EXT_color_buffer_float */ ) in _mesa_base_fbo_format()2087 || _mesa_is_gles3(ctx) ? GL_RGBA : 0; in _mesa_base_fbo_format()[all …]
204 if (_mesa_is_gles3(ctx) && (colorDrawRb == colorReadRb)) { in validate_color_buffer()265 if (_mesa_is_gles3(ctx) && (drawRb == readRb)) { in validate_stencil_buffer()311 if (_mesa_is_gles3(ctx) && (drawRb == readRb)) { in validate_depth_buffer()405 if (_mesa_is_gles3(ctx)) { in blit_framebuffer()
361 if (_mesa_is_gles3(ctx) || ctx->Extensions.ARB_ES3_compatibility) { in _mesa_get_compressed_formats()375 if (_mesa_is_gles3(ctx)) { in _mesa_get_compressed_formats()447 if (_mesa_is_gles3(ctx) && in _mesa_get_compressed_formats()
888 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in _mesa_set_enable()1033 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in _mesa_set_enable()1085 if (!_mesa_is_gles3(ctx) && !ctx->Extensions.ARB_ES3_compatibility) in _mesa_set_enable()1685 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in _mesa_IsEnabled()1705 if (!_mesa_is_gles3(ctx) && !ctx->Extensions.ARB_ES3_compatibility) { in _mesa_IsEnabled()1733 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in _mesa_IsEnabled()
302 if (_mesa_is_gles3(ctx) && in check_valid_to_render()664 if (_mesa_is_gles3(ctx) && in validate_DrawElements_common()826 return _mesa_is_gles3(ctx) && _mesa_is_xfb_active_and_unpaused(ctx) && in need_xfb_remaining_prims_check()
81 if (_mesa_is_gles3(ctx)) { in _mesa_is_valid_generate_texture_mipmap_internalformat()
290 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3() function
494 if (_mesa_is_gles3(ctx) && _mesa_is_user_fbo(fb) && in draw_buffers()846 if (!no_error &&_mesa_is_gles3(ctx) && in read_buffer()
152 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles3(ctx)) { in install_vtxfmt()
437 _mesa_is_gles3(ctx))) in _is_target_supported()844 _mesa_is_gles3(ctx))) { in _mesa_GetInternalformativ()
1483 if (layout == MESA_FORMAT_LAYOUT_ETC2 && _mesa_is_gles3(ctx) && in _mesa_target_can_be_compressed()1492 if (_mesa_is_gles3(ctx)) in _mesa_target_can_be_compressed()1571 || _mesa_is_gles3(ctx); in legal_teximage_target()1625 || _mesa_is_gles3(ctx); in legal_texsubimage_target()2350 if (_mesa_is_gles(ctx) && !_mesa_is_gles3(ctx)) { in copytexture_error_check()2437 if (_mesa_is_gles3(ctx)) { in copytexture_error_check()3969 if (!no_error && _mesa_is_gles3(ctx)) { in copyteximage()4687 targetOK = _mesa_is_gles3(ctx) || in compressed_subtexture_target_check()
728 if (_mesa_is_gles3(ctx) || ctx->Extensions.ARB_ES3_compatibility) in _mesa_get_shading_language_version()
270 if (_mesa_is_gles3(ctx)) { in _mesa_texture_view_lookup_view_class()
665 || _mesa_is_gles3(ctx); in get_programiv()679 || _mesa_is_gles3(ctx); in get_programiv()834 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in get_programiv()
1396 return _mesa_is_gles3(ctx) || ctx->Extensions.ARB_ES3_compatibility; in _mesa_is_compressed_format()1915 if (_mesa_is_gles3(ctx) || ctx->Extensions.ARB_texture_rg) in _mesa_error_check_format_and_type()
460 if (_mesa_is_gles3(ctx)) { in begin_transform_feedback()
105 || _mesa_is_gles3(ctx); in legal_dst_factor()
1253 || _mesa_is_gles3(ctx)) { in get_vertex_array_attrib()1264 || _mesa_is_gles3(ctx)) { in get_vertex_array_attrib()
1250 if (_mesa_is_gles3(ctx)) in check_extra()2163 || _mesa_is_gles3(ctx) in tex_binding_to_index()
1932 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles3(ctx)) { in vbo_initialize_exec_dispatch()1951 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles3(ctx)) { in vbo_initialize_exec_dispatch()1959 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles3(ctx)) { in vbo_initialize_exec_dispatch()1982 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles3(ctx)) { in vbo_initialize_exec_dispatch()
152 if (_mesa_is_gles3(ctx) || in conv_i10_to_norm_float()168 if (_mesa_is_gles3(ctx) || in conv_i2_to_norm_float()
380 if (_mesa_is_gles3(st->ctx) && in get_texture_format_swizzle()
333 if (_mesa_is_gles3(ctx) && in brw_get_texture_swizzle()