Searched refs:_mesa_is_gles31 (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcontext.h317 _mesa_is_gles31(const struct gl_context *ctx) function in typeref:typename:bool
H A Dvarray.c1299 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx)) {
1304 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx)) {
2017 if (!no_error && !vbo && _mesa_is_gles31(ctx)) {
2090 if (((_mesa_is_desktop_gl(ctx) && ctx->Version >= 44) || _mesa_is_gles31(ctx)) &&
2124 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
2405 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
2623 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
2719 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
H A Ddraw_validate.c1121 if (_mesa_is_gles31(ctx) &&
1146 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader &&
H A Dformatquery.c107 !(_mesa_has_ARB_texture_multisample(ctx) || _mesa_is_gles31(ctx))) {
442 _mesa_is_gles31(ctx)))
H A Dtexparam.c522 if (_mesa_has_ARB_stencil_texturing(ctx) || _mesa_is_gles31(ctx)) {
1929 if (!_mesa_has_ARB_stencil_texturing(ctx) && !_mesa_is_gles31(ctx))
2170 if (!_mesa_has_ARB_stencil_texturing(ctx) && !_mesa_is_gles31(ctx))
H A Dversion.c734 if (_mesa_is_gles31(ctx) || ctx->Extensions.ARB_ES3_1_compatibility)
H A Denable.c1144 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
1777 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
H A Dtexobj.c1634 _mesa_is_gles31(ctx)) ? TEXTURE_2D_MULTISAMPLE_INDEX: -1;
1637 _mesa_is_gles31(ctx))
H A Dget.c1353 if (_mesa_is_gles31(ctx))
2571 !_mesa_is_gles31(ctx))
2579 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
2587 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
H A Ddraw.c2004 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx)) {
H A Dfbobject.c1546 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader) {
1631 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcontext.h301 _mesa_is_gles31(const struct gl_context *ctx) function in typeref:typename:bool
H A Dget.c1419 if (_mesa_is_gles31(ctx))
2636 if (!ctx->Extensions.ARB_shader_storage_buffer_object && !_mesa_is_gles31(ctx))
2645 if (!ctx->Extensions.ARB_shader_storage_buffer_object && !_mesa_is_gles31(ctx))
2654 if (!ctx->Extensions.ARB_shader_storage_buffer_object && !_mesa_is_gles31(ctx))
2672 if (!ctx->Extensions.ARB_shader_atomic_counters && !_mesa_is_gles31(ctx))
2681 if (!ctx->Extensions.ARB_shader_atomic_counters && !_mesa_is_gles31(ctx))
2690 if (!ctx->Extensions.ARB_shader_atomic_counters && !_mesa_is_gles31(ctx))
2700 !_mesa_is_gles31(ctx))
2708 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
2716 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ct
[all...]
H A Dvarray.c2136 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx)) {
2141 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx)) {
2932 if (!no_error && !vbo && _mesa_is_gles31(ctx)) {
3005 if (((_mesa_is_desktop_gl(ctx) && ctx->Version >= 44) || _mesa_is_gles31(ctx)) &&
3039 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
3372 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
3620 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
3730 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
H A Dformatquery.c107 !(_mesa_has_ARB_texture_multisample(ctx) || _mesa_is_gles31(ctx))) {
452 _mesa_is_gles31(ctx)))
H A Dversion.c790 if (_mesa_is_gles31(ctx) || ctx->Extensions.ARB_ES3_1_compatibility)
H A Dtexparam.c533 if (_mesa_has_ARB_stencil_texturing(ctx) || _mesa_is_gles31(ctx)) {
2308 if (!_mesa_has_ARB_stencil_texturing(ctx) && !_mesa_is_gles31(ctx))
2577 if (!_mesa_has_ARB_stencil_texturing(ctx) && !_mesa_is_gles31(ctx))
H A Dtexobj.c1600 _mesa_is_gles31(ctx)) ? TEXTURE_2D_MULTISAMPLE_INDEX: -1;
1603 _mesa_is_gles31(ctx))
H A Denable.c1317 if (!_mesa_has_ARB_texture_multisample(ctx) && !_mesa_is_gles31(ctx))
1989 if (!_mesa_has_ARB_texture_multisample(ctx) && !_mesa_is_gles31(ctx))
H A Ddraw.c626 if (_mesa_is_gles31(ctx) &&
650 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader &&
H A Dbufferobj.c152 _mesa_is_gles31(ctx)) {
183 if (ctx->Extensions.ARB_shader_storage_buffer_object || _mesa_is_gles31(ctx)) {
188 if (ctx->Extensions.ARB_shader_atomic_counters || _mesa_is_gles31(ctx)) {
H A Dfbobject.c1701 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader) {
1820 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader) {
H A Dshaderapi.c953 if (!ctx->Extensions.ARB_shader_atomic_counters && !_mesa_is_gles31(ctx))
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp253 if (_mesa_is_gles31(ctx) || ctx->Extensions.ARB_ES3_1_compatibility) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp245 if (_mesa_is_gles31(ctx) || ctx->Extensions.ARB_ES3_1_compatibility) {

Completed in 165 milliseconds

12