Home | History | Annotate | Download | only in main

Lines Matching refs:API

97                           gl_api api,
121 _mesa_init_constants(struct gl_constants *consts, gl_api api);
236 * Macro to assert that the API call was made outside the
251 * Macro to assert that the API call was made outside the
273 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE;
283 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);