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

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dgenmipmap.c49 error = _mesa_is_gles(ctx);
61 error = _mesa_is_gles(ctx) || !ctx->Extensions.EXT_texture_array;
64 error = (_mesa_is_gles(ctx) && ctx->Version < 30)
H A Drenderbuffer.c69 if (ctx && _mesa_is_gles(ctx)) {
H A Dcopyimage.c455 if (_mesa_is_gles(ctx))
466 if (_mesa_is_gles(ctx))
472 if (_mesa_is_gles(ctx) && _mesa_is_astc_format(compressedFormat))
H A Dtexcompress.c316 if (_mesa_is_gles(ctx)) {
328 if (_mesa_is_gles(ctx)
H A Dcontext.h297 _mesa_is_gles(const struct gl_context *ctx) function in typeref:typename:bool
H A Dclear.c162 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) {
291 if (_mesa_is_gles(ctx))
H A Dpipelineobj.c1015 if ((_mesa_is_gles(ctx) || (ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) &&
1017 if (_mesa_is_gles(ctx))
H A Dtexparam.c745 if (_mesa_is_gles(ctx))
1935 if (_mesa_is_gles(ctx))
2018 if (!_mesa_is_gles(ctx) || !ctx->Extensions.OES_EGL_image_external)
2176 if (_mesa_is_gles(ctx))
2256 if (!_mesa_is_gles(ctx) || !ctx->Extensions.OES_EGL_image_external)
H A Dteximage.c1893 if (err == GL_INVALID_ENUM && _mesa_is_gles(ctx) && ctx->Version < 20)
1918 if (_mesa_is_gles(ctx) &&
2230 GLenum internalFormat = _mesa_is_gles(ctx) ?
2239 if (_mesa_is_gles(ctx) &&
2353 if (_mesa_is_gles(ctx) && !_mesa_is_gles3(ctx)) {
2411 if (_mesa_is_gles(ctx)) {
2506 } else if (_mesa_is_gles(ctx) &&
2525 if (_mesa_is_gles(ctx) && is_unorm != is_rbunorm)
2675 if (_mesa_is_gles(ctx) && _mesa_is_stencil_format(texImage->_BaseFormat)) {
3007 if (_mesa_is_gles(ct
[all...]
H A Dshaderimage.c661 if (_mesa_is_gles(ctx) && !texObj->Immutable &&
H A Dblend.c1205 if (ctx->Visual.doubleBufferMode || _mesa_is_gles(ctx)) {
1220 ctx->Color.sRGBEnabled = _mesa_is_gles(ctx);
H A Dqueryobj.c662 if (_mesa_is_gles(ctx) && pname != GL_CURRENT_QUERY) {
806 if (_mesa_is_gles(ctx) &&
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dgenmipmap.c49 error = _mesa_is_gles(ctx);
61 error = _mesa_is_gles(ctx) || !ctx->Extensions.EXT_texture_array;
64 error = (_mesa_is_gles(ctx) && ctx->Version < 30)
H A Drenderbuffer.c68 if (ctx && _mesa_is_gles(ctx)) {
H A Dcopyimage.c460 if (_mesa_is_gles(ctx))
471 if (_mesa_is_gles(ctx))
477 if (_mesa_is_gles(ctx) && _mesa_is_astc_format(compressedFormat))
H A Dtexcompress.c316 if (_mesa_is_gles(ctx)) {
328 if (_mesa_is_gles(ctx)
H A Dcontext.h281 _mesa_is_gles(const struct gl_context *ctx) function in typeref:typename:bool
H A Dpipelineobj.c1021 if ((_mesa_is_gles(ctx) || (ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) &&
1023 if (_mesa_is_gles(ctx))
H A Dclear.c166 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) {
295 if (_mesa_is_gles(ctx))
H A Dshaderimage.c646 if (_mesa_is_gles(ctx) && !texObj->Immutable && !texObj->External &&
H A Dqueryobj.c667 if (_mesa_is_gles(ctx)) {
819 if (_mesa_is_gles(ctx) &&
H A Dblend.c1255 if (ctx->Visual.doubleBufferMode || _mesa_is_gles(ctx)) {
1270 ctx->Color.sRGBEnabled = _mesa_is_gles(ctx);
H A Dteximage.c1873 if (err == GL_INVALID_ENUM && _mesa_is_gles(ctx) && ctx->Version < 20)
1898 if (_mesa_is_gles(ctx) &&
2219 GLenum internalFormat = _mesa_is_gles(ctx) ?
2228 if (_mesa_is_gles(ctx) &&
2342 if (_mesa_is_gles(ctx) && !_mesa_is_gles3(ctx)) {
2418 if (_mesa_is_gles(ctx)) {
2509 } else if (_mesa_is_gles(ctx) &&
2528 if (_mesa_is_gles(ctx) && is_unorm != is_rbunorm)
2678 if (_mesa_is_gles(ctx) && _mesa_is_stencil_format(texImage->_BaseFormat)) {
3074 if (_mesa_is_gles(ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_formatquery.c57 if (internalFormat == GL_RGBA32F && _mesa_is_gles(ctx)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_formatquery.c57 if (internalFormat == GL_RGBA32F && _mesa_is_gles(ctx)) {

Completed in 36 milliseconds

123