Home | History | Annotate | Download | only in main

Lines Matching refs:API

111                           gl_api api,
143 _mesa_init_constants(struct gl_constants *consts, gl_api api);
246 * Macro to assert that the API call was made outside the
261 * Macro to assert that the API call was made outside the
283 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE;
293 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2;
303 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;
313 return ctx->API == API_OPENGLES2 && ctx->Version >= 31;
323 return ctx->API == API_OPENGLES2 && ctx->Version >= 32;
345 (ctx->API == API_OPENGLES2 && ctx->Version >= 31);