/third_party/mesa3d/src/mesa/main/ |
D | context.h | 283 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2; in _mesa_is_gles() 293 return ctx->API == API_OPENGLES2 && ctx->Version >= 30; in _mesa_is_gles3() 303 return ctx->API == API_OPENGLES2 && ctx->Version >= 31; in _mesa_is_gles31() 313 return ctx->API == API_OPENGLES2 && ctx->Version >= 32; in _mesa_is_gles32() 400 (ctx->API == API_OPENGLES2 && ctx->Version >= 31); in _mesa_has_compute_shaders()
|
D | version.c | 75 [API_OPENGLES2] = { -1, false, false}, in get_gl_override() 106 (api == API_OPENGLES2 && (override[api].fc_suffix || in get_gl_override() 622 case API_OPENGLES2: in _mesa_get_version() 682 case API_OPENGLES2: in _mesa_compute_version() 787 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 32) || in _mesa_get_shading_language_version() 794 if (ctx->API == API_OPENGLES2 || ctx->Extensions.ARB_ES2_compatibility) in _mesa_get_shading_language_version()
|
D | extensions_table.c | 44 [API_OPENGLES2] = gles2_ver, \
|
D | menums.h | 47 API_OPENGLES2, enumerator
|
D | points.c | 241 ctx->API == API_OPENGLES2); in _mesa_init_point()
|
D | genmipmap.c | 161 if (ctx->API == API_OPENGLES2 && ctx->Version < 30 && in generate_texture_mipmap()
|
D | vtxfmt.c | 50 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() 273 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt()
|
D | draw_validate.c | 191 case API_OPENGLES2: in _mesa_update_valid_to_render_state()
|
D | multisample.c | 226 if ((ctx->API == API_OPENGLES2 && ctx->Version == 30) && in _mesa_check_sample_count()
|
D | getstring.c | 79 case API_OPENGLES2: in shading_language_version()
|
D | buffers.c | 457 if (ctx->API == API_OPENGLES2 && _mesa_is_winsys_fbo(fb) && in draw_buffers() 586 if (ctx->API == API_OPENGLES2 && _mesa_is_user_fbo(fb) && in draw_buffers()
|
D | glformats.c | 1857 ctx->API == API_OPENGLES2) { in _mesa_error_check_format_and_type() 1864 if (ctx->API == API_OPENGLES2 && format == GL_DEPTH_COMPONENT) in _mesa_error_check_format_and_type() 1988 return (ctx->API == API_OPENGLES2) in _mesa_error_check_format_and_type() 2339 ctx->API == API_OPENGLES2) { in _mesa_base_tex_format()
|
D | blend.c | 67 return _mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2; in legal_src_factor() 103 return _mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2; in legal_dst_factor()
|
D | texcompress.c | 405 if (ctx->API == API_OPENGLES2 && in _mesa_get_compressed_formats()
|
/third_party/mesa3d/src/mesa/main/tests/ |
D | dispatch_sanity.cpp | 222 SetUpCtx(API_OPENGLES2, 20); in TEST_F() 230 SetUpCtx(API_OPENGLES2, 30); in TEST_F() 239 SetUpCtx(API_OPENGLES2, 31); in TEST_F()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_util.h | 116 else if (ctx->API != API_OPENGLES2) { in st_point_size_per_vertex()
|
D | st_atom_rasterizer.c | 224 raster->point_tri_clip = st->ctx->API == API_OPENGLES2; in st_update_rasterizer()
|
D | st_manager.c | 894 api = API_OPENGLES2; in st_api_create_context() 1318 *gl_es2_version = get_version(sm->screen, options, API_OPENGLES2); in st_api_query_versions()
|
/third_party/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 170 api = API_OPENGLES2; in driCreateNewScreen2() 275 case API_OPENGLES2: in validate_context_version() 336 mesa_api = API_OPENGLES2; in driCreateContextAttribs()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 98 if (ctx->API == API_OPENGLES2) { in _mesa_glsl_parse_state() 241 if (ctx->API == API_OPENGLES2 || ctx->Extensions.ARB_ES2_compatibility) { in _mesa_glsl_parse_state() 259 if ((ctx->API == API_OPENGLES2 && ctx->Version >= 32) || in _mesa_glsl_parse_state() 429 case API_OPENGLES2: in set_valid_gl_and_glsl_versions() 851 if (state->es_shader && api != API_OPENGLES2) in _mesa_glsl_process_extension() 852 api = API_OPENGLES2; in _mesa_glsl_process_extension() 2055 api = API_OPENGLES2; in add_builtin_defines()
|
D | opt_dead_builtin_varyings.cpp | 551 ctx->API == API_OPENGLES2) { in do_dead_builtin_varyings()
|
D | standalone.cpp | 429 initialize_context(ctx, API_OPENGLES2); in standalone_compile_shader()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_context.c | 89 case API_OPENGLES2: in dri_create_context()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 502 (ctx->API == API_OPENGLES2 && in brw_initialize_context_constants() 1060 if (api != API_OPENGL_CORE && api != API_OPENGLES2) { in brw_create_context() 1195 case API_OPENGLES2: in brw_create_context()
|
/third_party/mesa3d/src/mesa/program/ |
D | program.c | 92 (ctx->API == API_OPENGLES2) ? GL_TRUE : GL_FALSE; in _mesa_init_program()
|