Home | History | Annotate | Download | only in main

Lines Matching refs:API

112                           gl_api api,
140 _mesa_init_constants(struct gl_constants *consts, gl_api api);
252 * Macro to assert that the API call was made outside the
267 * Macro to assert that the API call was made outside the
289 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE;
299 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);