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

1 2 3

  /external/chromium_org/third_party/mesa/src/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:
  /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:
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_extensions.c 97 if (ctx->API == API_OPENGL_CORE) {
115 if (ctx->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) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 734 case API_OPENGL_CORE:
784 case API_OPENGL_CORE:
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 734 case API_OPENGL_CORE:
784 case API_OPENGL_CORE:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.c 113 case API_OPENGL_CORE:

Completed in 718 milliseconds

1 2 3