Home
last modified time | relevance | path

Searched refs:ARB_texture_rg (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.c1915 if (_mesa_is_gles3(ctx) || ctx->Extensions.ARB_texture_rg) in _mesa_error_check_format_and_type()
1969 if (!ctx->Extensions.ARB_texture_rg) in _mesa_error_check_format_and_type()
2213 if (ctx->API == API_OPENGLES || !ctx->Extensions.ARB_texture_rg) in _mesa_es_error_check_format_and_type()
2576 if (ctx->Extensions.ARB_texture_rg) { in _mesa_base_tex_format()
3105 if (!ctx->Extensions.ARB_texture_rg) in _mesa_es3_error_check_format_and_type()
3126 if (ctx->Extensions.ARB_texture_rg && in _mesa_es3_error_check_format_and_type()
3141 if (ctx->Extensions.ARB_texture_rg && in _mesa_es3_error_check_format_and_type()
3195 if (!ctx->Extensions.ARB_texture_rg) in _mesa_es3_error_check_format_and_type()
3217 if (ctx->Extensions.ARB_texture_rg && in _mesa_es3_error_check_format_and_type()
3232 if (ctx->Extensions.ARB_texture_rg && in _mesa_es3_error_check_format_and_type()
Dversion.c286 extensions->ARB_texture_rg && in compute_version()
522 extensions->ARB_texture_rg && in compute_version_es2()
Dfbobject.c705 return ctx->Extensions.ARB_texture_rg; in _mesa_is_legal_color_format()
1900 return _mesa_is_desktop_gl(ctx) && ctx->Extensions.ARB_texture_rg in _mesa_base_fbo_format()
1903 return ctx->API != API_OPENGLES && ctx->Extensions.ARB_texture_rg in _mesa_base_fbo_format()
1907 return _mesa_is_desktop_gl(ctx) && ctx->Extensions.ARB_texture_rg in _mesa_base_fbo_format()
1910 return ctx->API != API_OPENGLES && ctx->Extensions.ARB_texture_rg in _mesa_base_fbo_format()
1958 ctx->Extensions.ARB_texture_rg && in _mesa_base_fbo_format()
1965 ctx->Extensions.ARB_texture_rg && in _mesa_base_fbo_format()
2030 ctx->Extensions.ARB_texture_rg && in _mesa_base_fbo_format()
2041 ctx->Extensions.ARB_texture_rg && in _mesa_base_fbo_format()
Dextensions.c137 ctx->Extensions.ARB_texture_rg = GL_TRUE; in _mesa_enable_sw_extensions()
Dextensions_table.h159 EXT(ARB_texture_rg , ARB_texture_rg , GLL, GLC, x…
284 EXT(EXT_texture_rg , ARB_texture_rg , x , x , x…
Dtexparam.c512 (ctx->Extensions.ARB_texture_rg && params[0] == GL_RED)) { in set_tex_parameteri()
Dmtypes.h4136 GLboolean ARB_texture_rg; member
Dteximage.c5406 if (!ctx->Extensions.ARB_texture_rg) { in _mesa_validate_texbuffer_format()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c89 ctx->Extensions.ARB_texture_rg = true; in intelInitExtensions()
/external/mesa3d/src/mapi/glapi/gen/
Dmeson.build89 'ARB_texture_rg.xml',
DMakefile.am182 ARB_texture_rg.xml \
/external/mesa3d/src/glx/
Dglxextensions.c198 { GL(ARB_texture_rg), VER(0,0), Y, N, N, N },
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c735 { { o(ARB_texture_rg) }, in st_init_extensions()