Home
last modified time | relevance | path

Searched refs:API_OPENGL_CORE (Results 1 – 25 of 41) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dversion.c58 const char *env_var = (api == API_OPENGL_CORE || api == API_OPENGL_COMPAT) in get_gl_override()
70 [API_OPENGL_CORE] = { -1, false, false}, in get_gl_override()
127 (ctx->API == API_OPENGL_CORE) ? " (Core Profile)" : in create_version_string()
169 if (*apiOut == API_OPENGL_CORE || *apiOut == API_OPENGL_COMPAT) { in _mesa_override_gl_version_contextless()
171 *apiOut = API_OPENGL_CORE; in _mesa_override_gl_version_contextless()
269 (api == API_OPENGL_CORE || in compute_version()
471 if (api == API_OPENGL_CORE && version < 31) in compute_version()
594 case API_OPENGL_CORE: in _mesa_get_version()
646 case API_OPENGL_CORE: in _mesa_compute_version()
Dglthread_marshal.h86 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indices()
97 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices()
107 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indirect()
118 return ctx->API != API_OPENGL_CORE && in _mesa_glthread_has_non_vbo_vertices_or_indices_or_indirect()
Dmenums.h48 API_OPENGL_CORE, enumerator
49 API_OPENGL_LAST = API_OPENGL_CORE
Dextensions_table.c42 [API_OPENGL_CORE] = glc_ver, \
Dpoints.c201 || ctx->API == API_OPENGL_CORE) { in _mesa_PointParameterfv()
263 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE || in _mesa_init_point()
Dgetstring.c46 case API_OPENGL_CORE: in shading_language_version()
148 if (ctx->API == API_OPENGL_CORE) { in _mesa_GetString()
Dpolygon.c183 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode()
202 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode()
Dlines.c62 if (!no_error && ctx->API == API_OPENGL_CORE in line_width()
Dhint.c105 if (ctx->API == API_OPENGL_CORE) in _mesa_Hint()
Dglthread_draw.c342 if (ctx->API == API_OPENGL_CORE || !user_buffer_mask || in draw_arrays()
448 (ctx->API == API_OPENGL_CORE || !user_buffer_mask)) { in _mesa_marshal_MultiDrawArrays()
617 if (ctx->API == API_OPENGL_CORE || in draw_elements()
827 (ctx->API == API_OPENGL_CORE || in _mesa_marshal_MultiDrawElementsBaseVertex()
Dglformats.c2273 return (ctx->API != API_OPENGL_CORE) ? GL_ALPHA : -1; in _mesa_base_tex_format()
2280 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; in _mesa_base_tex_format()
2289 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE_ALPHA : -1; in _mesa_base_tex_format()
2295 return (ctx->API != API_OPENGL_CORE) ? GL_INTENSITY : -1; in _mesa_base_tex_format()
2297 return (ctx->API != API_OPENGL_CORE) ? GL_RGB : -1; in _mesa_base_tex_format()
2308 return (ctx->API != API_OPENGL_CORE) ? GL_RGBA : -1; in _mesa_base_tex_format()
2345 ctx->API == API_OPENGL_CORE) { in _mesa_base_tex_format()
Dvtxfmt.c50 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt()
66 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt()
261 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt()
Dcontext.h298 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE; in _mesa_is_desktop_gl()
Dcontext.c622 consts->GLSLVersion = api == API_OPENGL_CORE ? 130 : 120; in _mesa_init_constants()
675 consts->ProfileMask = api == API_OPENGL_CORE in _mesa_init_constants()
1271 case API_OPENGL_CORE: in _mesa_initialize_context()
Dformatquery.c414 if (ctx->API != API_OPENGL_CORE && !_mesa_has_ARB_texture_cube_map(ctx)) in _is_target_supported()
993 if (ctx->API != API_OPENGL_CORE && in _mesa_GetInternalformativ()
Dblend.c1057 if (ctx->API == API_OPENGL_CORE) in _mesa_ClampColor()
1064 if (ctx->API == API_OPENGL_CORE) in _mesa_ClampColor()
Dvarray.c815 if (ctx->API == API_OPENGL_CORE && (vao == ctx->Array.DefaultVAO)) { in validate_array()
3025 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_BindVertexBuffer()
3245 if (ctx->API == API_OPENGL_CORE && in _mesa_BindVertexBuffers()
3356 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in vertex_attrib_format()
3604 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_VertexAttribBinding()
3714 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) && in _mesa_VertexBindingDivisor()
Dclear.c162 && (ctx->API == API_OPENGL_CORE || _mesa_is_gles(ctx))) { in clear()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c269 case API_OPENGL_CORE: in validate_context_version()
339 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs()
399 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs()
430 && mesa_api != API_OPENGL_CORE in driCreateContextAttribs()
450 mesa_api = API_OPENGL_CORE; in driCreateContextAttribs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c226 if (ctx->API == API_OPENGL_CORE || in intelInitExtensions()
385 if (ctx->API != API_OPENGL_CORE) in intelInitExtensions()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c93 case API_OPENGL_CORE: in dri_create_context()
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp550 if (ctx->API == API_OPENGL_CORE || in do_dead_builtin_varyings()
/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp181 SetUpCtx(API_OPENGL_CORE, 31); in TEST_F()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c599 case API_OPENGL_CORE: in st_create_context_priv()
751 if (ctx->API == API_OPENGL_CORE && in st_create_context_priv()
Dst_manager.c879 api = API_OPENGL_CORE; in st_api_create_context()
1284 *gl_core_version = get_version(sm->screen, options, API_OPENGL_CORE); in st_api_query_versions()

12