HomeSort by relevance Sort by last modified time
    Searched refs:API_OPENGL_CORE (Results 26 - 50 of 62) sorted by null

12 3

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 113 case API_OPENGL_CORE:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.c 80 case API_OPENGL_CORE:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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/nouveau/
nouveau_context.c 80 case API_OPENGL_CORE:
  /external/mesa3d/src/mesa/main/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c 706 if (intel->gen <= 3 || api != API_OPENGL_CORE) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 706 if (intel->gen <= 3 || api != API_OPENGL_CORE) {

Completed in 414 milliseconds

12 3