Home | History | Annotate | Download | only in main

Lines Matching refs:API

109                           gl_api api,
116 _mesa_create_context(gl_api api,
237 * Macro to assert that the API call was made outside the
252 * Macro to assert that the API call was made outside the
266 * Macro to assert that the API call was made outside the
278 * Macro to assert that the API call was made outside the
299 return ctx->API == API_OPENGL || ctx->API == API_OPENGL_CORE;
309 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2;
319 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;