Searched refs:API_OPENGLES2 (Results 1 - 25 of 83) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dextensions_table.c44 [API_OPENGLES2] = gles2_ver, \
H A Dcontext.h299 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2;
309 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;
319 return ctx->API == API_OPENGLES2 && ctx->Version >= 31;
329 return ctx->API == API_OPENGLES2 && ctx->Version >= 32;
416 (ctx->API == API_OPENGLES2 && ctx->Version >= 31);
H A Dmenums.h47 API_OPENGLES2, enumerator in enum:__anona2994b7d0103
H A Dversion.c69 [API_OPENGLES2] = { -1, false, false},
98 (api == API_OPENGLES2 && (override[api].fc_suffix ||
595 case API_OPENGLES2:
655 case API_OPENGLES2:
731 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 32) ||
738 if (ctx->API == API_OPENGLES2 || ctx->Extensions.ARB_ES2_compatibility)
H A Dvtxfmt.c50 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
66 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
H A Dgetstring.c78 case API_OPENGLES2:
H A Dmultisample.c223 if ((ctx->API == API_OPENGLES2 && ctx->Version == 30) &&
H A Dpoints.c264 ctx->API == API_OPENGLES2);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dextensions_table.c44 [API_OPENGLES2] = gles2_ver, \
H A Dcontext.h283 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2;
293 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;
303 return ctx->API == API_OPENGLES2 && ctx->Version >= 31;
313 return ctx->API == API_OPENGLES2 && ctx->Version >= 32;
400 (ctx->API == API_OPENGLES2 && ctx->Version >= 31);
H A Dmenums.h47 API_OPENGLES2, enumerator in enum:__anona5b264900103
H A Dversion.c75 [API_OPENGLES2] = { -1, false, false},
106 (api == API_OPENGLES2 && (override[api].fc_suffix ||
622 case API_OPENGLES2:
682 case API_OPENGLES2:
787 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 32) ||
794 if (ctx->API == API_OPENGLES2 || ctx->Extensions.ARB_ES2_compatibility)
H A Dpoints.c241 ctx->API == API_OPENGLES2);
H A Dgenmipmap.c161 if (ctx->API == API_OPENGLES2 && ctx->Version < 30 &&
H A Dgetstring.c79 case API_OPENGLES2:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_util.h116 else if (ctx->API != API_OPENGLES2) {
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dapi_exec.c137 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 30))) {
175 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 31))) {
191 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 32))) {
195 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2)) {
242 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2)) {
327 if (!_mesa_is_no_error_enabled(ctx) && (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE || (ctx->API == API_OPENGLES2 && ctx->Version >= 31))) {
390 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 31)) {
676 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 30)) {
754 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 31)) {
778 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dapi_exec.c141 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 30))) {
179 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 31))) {
194 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 32))) {
198 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2)) {
245 if (!_mesa_is_no_error_enabled(ctx) && (_mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2)) {
329 if (!_mesa_is_no_error_enabled(ctx) && (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE || (ctx->API == API_OPENGLES2 && ctx->Version >= 31))) {
393 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 31)) {
523 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 30)) {
593 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2 && ctx->Version >= 31)) {
613 if (_mesa_is_desktop_gl(ctx) || (ctx->API == API_OPENGLES2
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp204 SetUpCtx(API_OPENGLES2, 20);
211 SetUpCtx(API_OPENGLES2, 30);
219 SetUpCtx(API_OPENGLES2, 31);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp222 SetUpCtx(API_OPENGLES2, 20);
230 SetUpCtx(API_OPENGLES2, 30);
239 SetUpCtx(API_OPENGLES2, 31);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c163 api = API_OPENGLES2;
268 case API_OPENGLES2:
329 mesa_api = API_OPENGLES2;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c170 api = API_OPENGLES2;
275 case API_OPENGLES2:
336 mesa_api = API_OPENGLES2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_context.c87 case API_OPENGLES2:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c209 else if (ctx->API != API_OPENGLES2) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.c89 case API_OPENGLES2:

Completed in 25 milliseconds

1234