Home
last modified time | relevance | path

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

/external/mesa3d/docs/
Dextensions.rst30 - `MESA_ycbcr_texture.spec <specs/MESA_ycbcr_texture.spec>`__
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c73 ctx->Extensions.MESA_ycbcr_texture = true; in intelInitExtensions()
/external/mesa3d/docs/_extra/specs/
DMESA_ycbcr_texture.spec3 MESA_ycbcr_texture
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c306 ctx->Extensions.MESA_ycbcr_texture = true; in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c361 ctx->Extensions.MESA_ycbcr_texture = true; in r200CreateContext()
/external/mesa3d/src/mesa/main/
Dextensions.c180 ctx->Extensions.MESA_ycbcr_texture = GL_TRUE; in _mesa_enable_sw_extensions()
Dextensions_table.h373 EXT(MESA_ycbcr_texture , MESA_ycbcr_texture , GLL, GLC, x…
Dtexstore.c288 assert(ctx->Extensions.MESA_ycbcr_texture); in _mesa_texstore_ycbcr()
Dmtypes.h4451 GLboolean MESA_ycbcr_texture; member
Dteximage.c1920 assert(ctx->Extensions.MESA_ycbcr_texture); in texture_error_check()
/external/mesa3d/src/glx/
Dglxextensions.c275 { GL(MESA_ycbcr_texture), VER(0,0), Y, N, N, N },
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c996 { { o(MESA_ycbcr_texture) }, in st_init_extensions()
/external/mesa3d/docs/relnotes/
D19.0.0.rst973 - mesa/main: do not allow MESA_ycbcr_texture enums on gles