Searched refs:ARB_texture_rg (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 1915 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()
|
D | version.c | 286 extensions->ARB_texture_rg && in compute_version() 522 extensions->ARB_texture_rg && in compute_version_es2()
|
D | fbobject.c | 705 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()
|
D | extensions.c | 137 ctx->Extensions.ARB_texture_rg = GL_TRUE; in _mesa_enable_sw_extensions()
|
D | extensions_table.h | 159 EXT(ARB_texture_rg , ARB_texture_rg , GLL, GLC, x… 284 EXT(EXT_texture_rg , ARB_texture_rg , x , x , x…
|
D | texparam.c | 512 (ctx->Extensions.ARB_texture_rg && params[0] == GL_RED)) { in set_tex_parameteri()
|
D | mtypes.h | 4136 GLboolean ARB_texture_rg; member
|
D | teximage.c | 5406 if (!ctx->Extensions.ARB_texture_rg) { in _mesa_validate_texbuffer_format()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 89 ctx->Extensions.ARB_texture_rg = true; in intelInitExtensions()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | meson.build | 89 'ARB_texture_rg.xml',
|
D | Makefile.am | 182 ARB_texture_rg.xml \
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 198 { GL(ARB_texture_rg), VER(0,0), Y, N, N, N },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 735 { { o(ARB_texture_rg) }, in st_init_extensions()
|