Searched refs:_mesa_is_gles (Results 1 – 12 of 12) sorted by relevance
307 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles() function
1367 return _mesa_is_gles(ctx) || ctx->Extensions.ARB_ES2_compatibility in _mesa_base_fbo_format()2205 error = _mesa_is_gles(ctx) in _mesa_FramebufferTexture2DEXT()2217 error = (_mesa_is_gles(ctx) && ctx->Version < 30) in _mesa_FramebufferTexture2DEXT()2596 error = _mesa_is_gles(ctx); in _mesa_GenerateMipmapEXT()2608 error = _mesa_is_gles(ctx) || !ctx->Extensions.EXT_texture_array; in _mesa_GenerateMipmapEXT()2611 error = (_mesa_is_gles(ctx) && ctx->Version < 30) in _mesa_GenerateMipmapEXT()
174 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) { in _mesa_Clear()
912 if (_mesa_is_gles(ctx)) { in _mesa_choose_tex_format()
169 if (_mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external) { in get_texobj()1626 if (!_mesa_is_gles(ctx) || !ctx->Extensions.OES_EGL_image_external) in _mesa_GetTexParameteriv()
141 if (_mesa_is_gles(ctx)) { in _mesa_base_tex_format()1792 if (_mesa_is_gles(ctx) && !_mesa_is_gles3(ctx)) { in texture_error_check()2182 if (_mesa_is_gles(ctx) && !_mesa_is_gles3(ctx)) { in subtexture_error_check()2380 if (_mesa_is_gles(ctx) && !_mesa_is_gles3(ctx)) { in copytexture_error_check()
830 return _mesa_is_gles(ctx) in _mesa_is_compressed_format()
1059 if (!_mesa_is_gles(ctx)) in _mesa_set_enable()1723 if (!_mesa_is_gles(ctx)) in _mesa_IsEnabled()
716 if (_mesa_is_gles(ctx) && ctx->Version < 30) { in _mesa_ReadnPixelsARB()
1156 return _mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external in target_enum_to_index()
153 if (_mesa_is_gles(ctx)) { in update_array()
160 return _mesa_is_gles(ctx) in default_access_mode()