Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c74 ctx->Extensions.MESA_ycbcr_texture = true; in intelInitExtensions()
/external/mesa3d/docs/specs/
DMESA_ycbcr_texture.spec3 MESA_ycbcr_texture
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c310 ctx->Extensions.MESA_ycbcr_texture = true; in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c364 ctx->Extensions.MESA_ycbcr_texture = true; in r200CreateContext()
/external/mesa3d/src/mesa/main/
Dextensions.c171 ctx->Extensions.MESA_ycbcr_texture = GL_TRUE; in _mesa_enable_sw_extensions()
Dextensions_table.h310 EXT(MESA_ycbcr_texture , MESA_ycbcr_texture , GLL, GLC, x…
Dglformats.c2076 if (!ctx->Extensions.MESA_ycbcr_texture) in _mesa_error_check_format_and_type()
2421 if (ctx->Extensions.MESA_ycbcr_texture) { in _mesa_base_tex_format()
Dtexstore.c289 assert(ctx->Extensions.MESA_ycbcr_texture); in _mesa_texstore_ycbcr()
Dmtypes.h3980 GLboolean MESA_ycbcr_texture; member
Dteximage.c1890 assert(ctx->Extensions.MESA_ycbcr_texture); in texture_error_check()
/external/mesa3d/src/glx/
Dglxextensions.c271 { GL(MESA_ycbcr_texture), VER(0,0), Y, N, N, N },
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c763 { { o(MESA_ycbcr_texture) }, in st_init_extensions()