Home
last modified time | relevance | path

Searched refs:MESA_ycbcr_texture (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/docs/
Denums.txt27 MESA_ycbcr_texture.spec:
DMESA_ycbcr_texture.spec3 MESA_ycbcr_texture
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_extensions.c83 ctx->Extensions.MESA_ycbcr_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c83 ctx->Extensions.MESA_ycbcr_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c83 ctx->Extensions.MESA_ycbcr_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c354 ctx->Extensions.MESA_ycbcr_texture = true; in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c409 ctx->Extensions.MESA_ycbcr_texture = true; in r200CreateContext()
/external/mesa3d/src/mesa/main/
Dextensions.c299 …{ "GL_MESA_ycbcr_texture", o(MESA_ycbcr_texture), GL, …
503 ctx->Extensions.MESA_ycbcr_texture = GL_TRUE; in _mesa_enable_sw_extensions()
Dtexformat.c283 if (ctx->Extensions.MESA_ycbcr_texture) { in _mesa_choose_tex_format()
Dglformats.c1239 if (!ctx->Extensions.MESA_ycbcr_texture) in _mesa_error_check_format_and_type()
Dteximage.c225 if (ctx->Extensions.MESA_ycbcr_texture) { in _mesa_base_tex_format()
1871 ASSERT(ctx->Extensions.MESA_ycbcr_texture); in texture_error_check()
Dmtypes.h3066 GLboolean MESA_ycbcr_texture; member
Dtexstore.c2310 ASSERT(ctx->Extensions.MESA_ycbcr_texture); in _mesa_texstore_ycbcr()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c455 { { o(MESA_ycbcr_texture) }, in st_init_extensions()
/external/mesa3d/src/glx/
Dglxextensions.c203 { GL(MESA_ycbcr_texture), VER(0,0), Y, N, N, N },