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

1 2

  /external/mesa3d/src/mesa/main/
extensions_table.c 43 [API_OPENGL_CORE] = glc_ver, \
version.c 58 const char *env_var = (api == API_OPENGL_CORE || api == API_OPENGL_COMPAT)
131 (ctx->API == API_OPENGL_CORE) ? " (Core Profile)" : ""
164 if (*apiOut == API_OPENGL_CORE || *apiOut == API_OPENGL_COMPAT) {
166 *apiOut = API_OPENGL_CORE;
169 *apiOut = API_OPENGL_CORE;
274 (api == API_OPENGL_CORE ||
457 if (api == API_OPENGL_CORE && version < 31)
573 case API_OPENGL_CORE:
600 if (ctx->API == API_OPENGL_CORE) {
616 case API_OPENGL_CORE
    [all...]
lines.c 67 if (ctx->API == API_OPENGL_CORE
vtxfmt.c 50 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
66 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
210 if (ctx->API == API_OPENGL_CORE) {
hint.c 105 if (ctx->API == API_OPENGL_CORE)
getstring.c 44 case API_OPENGL_CORE:
140 if (ctx->API == API_OPENGL_CORE) {
points.c 187 || ctx->API == API_OPENGL_CORE) {
249 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE ||
polygon.c 141 if (ctx->API == API_OPENGL_CORE) {
159 if (ctx->API == API_OPENGL_CORE) {
context.h 283 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE;
varray.c 489 if (ctx->API == API_OPENGL_CORE && (vao == ctx->Array.DefaultVAO)) {
500 if (ctx->API == API_OPENGL_CORE && ctx->Version >= 44 &&
    [all...]
glformats.c     [all...]
arrayobj.c 95 if (ctx->API == API_OPENGL_CORE) {
clear.c 166 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) {
blend.c 879 if (ctx->API == API_OPENGL_CORE)
886 if (ctx->API == API_OPENGL_CORE)
formatquery.c 412 if (ctx->API != API_OPENGL_CORE && !_mesa_has_ARB_texture_cube_map(ctx))
971 if (ctx->API != API_OPENGL_CORE &&
    [all...]
texparam.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 161 if (api == API_OPENGL_CORE) {
260 case API_OPENGL_CORE:
327 mesa_api = API_OPENGL_CORE;
361 * API_OPENGL_CORE and reject API_OPENGL_COMPAT 3.2+.
364 mesa_api = API_OPENGL_CORE;
402 && mesa_api != API_OPENGL_CORE
416 * requested API to API_OPENGL_CORE.
421 mesa_api = API_OPENGL_CORE;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_extensions.c 192 if (ctx->API == API_OPENGL_CORE) {
281 if (ctx->API == API_OPENGL_CORE)
283 if (ctx->API != API_OPENGL_CORE)
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.c 84 case API_OPENGL_CORE:
  /external/mesa3d/src/compiler/glsl/
opt_dead_builtin_varyings.cpp 548 if (ctx->API == API_OPENGL_CORE ||
standalone.cpp 431 initialize_context(ctx, options->glsl_version > 130 ? API_OPENGL_CORE : API_OPENGL_COMPAT);
  /external/mesa3d/src/mesa/main/tests/
dispatch_sanity.cpp 180 SetUpCtx(API_OPENGL_CORE, 31);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 652 api = API_OPENGL_CORE;
954 *gl_core_version = get_version(sm->screen, options, API_OPENGL_CORE);
st_context.c 468 if (ctx->API == API_OPENGL_CORE &&
  /external/mesa3d/prebuilt-intermediates/main/
api_exec.c     [all...]

Completed in 172 milliseconds

1 2