HomeSort by relevance Sort by last modified time
    Searched refs:API_OPENGL_CORE (Results 1 - 25 of 31) sorted by null

1 2

  /external/mesa3d/src/mesa/main/
api_exec.c 136 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
148 if (ctx->API == API_OPENGL || ctx->API == API_OPENGL_CORE)
157 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
167 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
174 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
180 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
187 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
193 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
199 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
225 if (ctx->API != API_OPENGLES2 && ctx->API != API_OPENGL_CORE) {
    [all...]
lines.c 64 if (ctx->API == API_OPENGL_CORE
vtxfmt.c 51 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
64 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
185 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
getstring.c 44 case API_OPENGL_CORE:
129 if (ctx->API == API_OPENGL_CORE) {
points.c 197 || ctx->API == API_OPENGL_CORE) {
262 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE);
polygon.c 146 if (ctx->API == API_OPENGL_CORE) {
164 if (ctx->API == API_OPENGL_CORE) {
context.h 299 return ctx->API == API_OPENGL || ctx->API == API_OPENGL_CORE;
hint.c 116 if (ctx->API == API_OPENGL_CORE)
version.c 316 case API_OPENGL_CORE:
api_validate.c 133 case API_OPENGL_CORE:
clear.c 174 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) {
extensions.c 45 GLC = 1 << API_OPENGL_CORE, /* GL Core */
46 GL = (1 << API_OPENGL) | (1 << API_OPENGL_CORE),
    [all...]
queryobj.c 316 if (ctx->API == API_OPENGL_CORE) {
context.c 968 case API_OPENGL_CORE:
1020 case API_OPENGL_CORE:
    [all...]
shaderapi.c 463 || ctx->API == API_OPENGL_CORE
478 || ctx->API == API_OPENGL_CORE
    [all...]
varray.c 146 if (ctx->API == API_OPENGL_CORE
646 * 2.0. Note that we cannot just check for API_OPENGL_CORE here because
650 if ((ctx->API != API_OPENGL_CORE || ctx->Version < 31)
    [all...]
teximage.c 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;
    [all...]
mtypes.h     [all...]
texobj.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 195 mesa_api = API_OPENGL_CORE;
225 * API_OPENGL_CORE and reject API_OPENGL 3.2+.
228 mesa_api = API_OPENGL_CORE;
248 && mesa_api != API_OPENGL_CORE
261 * requested API to API_OPENGL_CORE.
266 mesa_api = API_OPENGL_CORE;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 97 if (ctx->API == API_OPENGL_CORE) {
115 if (ctx->API == API_OPENGL_CORE) {
intel_context.c 706 if (intel->gen <= 3 || api != API_OPENGL_CORE) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 734 case API_OPENGL_CORE:
784 case API_OPENGL_CORE:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 113 case API_OPENGL_CORE:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 80 case API_OPENGL_CORE:

Completed in 419 milliseconds

1 2