Home | History | Annotate | Download | only in main

Lines Matching refs:API

45  * API dispatch table.
51 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
60 if (ctx->API == API_OPENGL) {
64 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
98 if (ctx->API == API_OPENGL) {
110 if (ctx->API != API_OPENGLES2 || _mesa_is_gles3(ctx)) {
116 if (ctx->API != API_OPENGLES2) {
126 if (ctx->API != API_OPENGLES2 || _mesa_is_gles3(ctx)) {
131 if (ctx->API != API_OPENGLES2) {
142 if (ctx->API == API_OPENGL) {
164 if (ctx->API != API_OPENGLES2) {
178 if (ctx->API != API_OPENGLES2 || _mesa_is_gles3(ctx)) {
185 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
224 if (ctx->API != API_OPENGLES2) {
239 * Install per-vertex functions into the API dispatch table for execution.
249 * Install per-vertex functions into the API dispatch table for display