Home | History | Annotate | Download | only in main

Lines Matching refs:API

90          return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1;
97 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1;
106 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1;
112 return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1;
114 return (ctx->API != API_OPENGL_CORE) ? GL_RGB : -1;
125 return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1;
528 if (ctx->API == API_OPENGLES) {
1773 ((ctx->API != API_OPENGL ||
2369 ((ctx->API != API_OPENGL ||
3104 * Called from the API. Note that width includes the border.
3130 * Called by the API or display list executor.