Lines Matching refs:API
221 * Macro to assert that the API call was made outside the
236 * Macro to assert that the API call was made outside the
258 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE;
268 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2;
278 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;
288 return ctx->API == API_OPENGLES2 && ctx->Version >= 31;
298 return ctx->API == API_OPENGLES2 && ctx->Version >= 32;
385 (ctx->API == API_OPENGLES2 && ctx->Version >= 31);