Home
last modified time | relevance | path

Searched refs:API_OPENGLES (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
Denable.c354 if (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGLES) { in _mesa_set_multisample()
404 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
458 if (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGLES) { in _mesa_set_enable()
471 if (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGLES) { in _mesa_set_enable()
482 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
526 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
543 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
558 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
568 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES) in _mesa_set_enable()
617 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES) in _mesa_set_enable()
[all …]
Dhint.c54 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_Hint()
62 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES) in _mesa_Hint()
70 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_Hint()
78 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_Hint()
116 if (ctx->API == API_OPENGLES || !ctx->Extensions.ARB_fragment_shader) in _mesa_Hint()
Dgetstring.c98 case API_OPENGLES: in shading_language_version()
165 if (ctx->API == API_OPENGLES) in _mesa_GetString()
257 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _get_vao_pointerv()
262 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _get_vao_pointerv()
267 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _get_vao_pointerv()
287 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _get_vao_pointerv()
307 if (ctx->API != API_OPENGLES) in _get_vao_pointerv()
Dpixelstore.c58 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei()
72 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei()
79 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei()
147 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei()
161 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei()
168 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei()
Dextensions_table.c43 [API_OPENGLES] = gles_ver, \
Dversion.c76 [API_OPENGLES] = { -1, false, false}, in get_gl_override()
85 if (api == API_OPENGLES) in get_gl_override()
583 case API_OPENGLES: in _mesa_get_version()
637 case API_OPENGLES: in _mesa_compute_version()
Dmenums.h46 API_OPENGLES, enumerator
Dtexparam.c84 supported = ctx->API != API_OPENGLES in validate_texture_wrap_mode()
449 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in set_tex_parameteri()
544 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in set_tex_parameteri()
841 if (ctx->API == API_OPENGLES) in set_tex_parameterf()
2296 if (ctx->API == API_OPENGLES) in get_tex_parameterfv()
2351 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in get_tex_parameterfv()
2389 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in get_tex_parameterfv()
2559 if (ctx->API == API_OPENGLES) in get_tex_parameteriv()
2641 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in get_tex_parameteriv()
2686 if (ctx->API != API_OPENGLES || !ctx->Extensions.OES_draw_texture) in get_tex_parameteriv()
Dvarray.c1001 GLbitfield legalTypes = (ctx->API == API_OPENGLES) in _mesa_VertexPointer()
1028 GLbitfield legalTypes = (ctx->API == API_OPENGLES) in _mesa_VertexArrayVertexOffsetEXT()
1073 const GLbitfield legalTypes = (ctx->API == API_OPENGLES) in _mesa_NormalPointer()
1100 const GLbitfield legalTypes = (ctx->API == API_OPENGLES) in _mesa_VertexArrayNormalOffsetEXT()
1145 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 4 : 3; in _mesa_ColorPointer()
1148 const GLbitfield legalTypes = (ctx->API == API_OPENGLES) in _mesa_ColorPointer()
1175 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 4 : 3; in _mesa_VertexArrayColorOffsetEXT()
1178 const GLbitfield legalTypes = (ctx->API == API_OPENGLES) in _mesa_VertexArrayColorOffsetEXT()
1427 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 2 : 1; in _mesa_TexCoordPointer()
1431 const GLbitfield legalTypes = (ctx->API == API_OPENGLES) in _mesa_TexCoordPointer()
[all …]
Dstate.c421 ctx->API == API_OPENGLES) { in _mesa_update_state_locked()
566 assert(ctx->API != API_OPENGLES); in set_vertex_processing_mode()
Dgenmipmap.c58 error = ctx->API == API_OPENGLES; in _mesa_is_valid_generate_texture_mipmap_target()
Dcontext.h268 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2; in _mesa_is_gles()
Ddraw_validate.c232 case API_OPENGLES: in _mesa_update_valid_to_render_state()
Dblend.c73 return ctx->API != API_OPENGLES in legal_src_factor()
106 return (ctx->API != API_OPENGLES in legal_dst_factor()
113 return ctx->API != API_OPENGLES in legal_dst_factor()
Dcontext.c1061 case API_OPENGLES: in _mesa_initialize_context()
1431 ctx->_AttribZeroAliasesVertex = (ctx->API == API_OPENGLES in handle_first_current()
Dtexcompress.c350 if (ctx->API == API_OPENGLES) { in _mesa_get_compressed_formats()
Dtexgen.c58 if (ctx->API == API_OPENGLES) { in get_texgen()
Dfbobject.c299 || (i > 0 && ctx->API == API_OPENGLES)) { in get_attachment()
2427 return ctx->API != API_OPENGLES && ctx->Extensions.ARB_texture_rg in _mesa_base_fbo_format()
2435 return ctx->API != API_OPENGLES && ctx->Extensions.ARB_texture_rg in _mesa_base_fbo_format()
4741 if (ctx->API == API_OPENGLES) { in get_framebuffer_attachment_parameter()
Dglformats.c1382 return ctx->API == API_OPENGLES; in _mesa_is_compressed_format()
2348 if (ctx->API != API_OPENGLES) { in _mesa_base_tex_format()
Dtexobj.c1541 return (ctx->API != API_OPENGLES && in _mesa_tex_target_to_index()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_util.h71 ctx->API == API_OPENGLES) && /* only ES 1.x */ in st_user_clip_planes_enabled()
Dst_manager.c1021 api = API_OPENGLES; in st_api_create_context()
1445 *gl_es1_version = get_version(sm->screen, options, API_OPENGLES); in st_api_query_versions()
Dst_context.c510 case API_OPENGLES: in st_create_context_priv()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c85 case API_OPENGLES: in dri_create_context()
Ddri_util.c417 case API_OPENGLES: in validate_context_version()
477 mesa_api = API_OPENGLES; in driCreateContextAttribs()

12