Home
last modified time | relevance | path

Searched refs:_mesa_is_gles (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcontext.h307 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles() function
Dfbobject.c1367 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()
Dclear.c174 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) { in _mesa_Clear()
Dtexformat.c912 if (_mesa_is_gles(ctx)) { in _mesa_choose_tex_format()
Dtexparam.c169 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()
Dteximage.c141 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()
Dglformats.c830 return _mesa_is_gles(ctx) in _mesa_is_compressed_format()
Denable.c1059 if (!_mesa_is_gles(ctx)) in _mesa_set_enable()
1723 if (!_mesa_is_gles(ctx)) in _mesa_IsEnabled()
Dreadpix.c716 if (_mesa_is_gles(ctx) && ctx->Version < 30) { in _mesa_ReadnPixelsARB()
Dtexobj.c1156 return _mesa_is_gles(ctx) && ctx->Extensions.OES_EGL_image_external in target_enum_to_index()
Dvarray.c153 if (_mesa_is_gles(ctx)) { in update_array()
Dbufferobj.c160 return _mesa_is_gles(ctx) in default_access_mode()