Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.c391 case GL_YCBCR_MESA: in _mesa_components_in_format()
493 if (format == GL_YCBCR_MESA) in _mesa_bytes_per_pixel()
1233 case GL_YCBCR_MESA: /* not considered to be RGB */ in _mesa_is_color_format()
1282 case GL_YCBCR_MESA: in _mesa_is_ycbcr_format()
2075 case GL_YCBCR_MESA: in _mesa_error_check_format_and_type()
2422 if (internalFormat == GL_YCBCR_MESA) in _mesa_base_tex_format()
2423 return GL_YCBCR_MESA; in _mesa_base_tex_format()
3593 if (format == GL_YCBCR_MESA) in _mesa_format_from_format_and_type()
3597 if (format == GL_YCBCR_MESA) in _mesa_format_from_format_and_type()
Dtexstate.c185 case GL_YCBCR_MESA: in calculate_derived_texenv()
226 case GL_YCBCR_MESA: in calculate_derived_texenv()
254 case GL_YCBCR_MESA: in calculate_derived_texenv()
Dtexformat.c275 case GL_YCBCR_MESA: in _mesa_choose_tex_format()
Dtexstore.c290 assert(srcFormat == GL_YCBCR_MESA); in _mesa_texstore_ycbcr()
293 assert(baseInternalFormat == GL_YCBCR_MESA); in _mesa_texstore_ycbcr()
Dformats.c1734 return format == GL_YCBCR_MESA && in _mesa_format_matches_format_and_type()
1738 return format == GL_YCBCR_MESA && in _mesa_format_matches_format_and_type()
Dtexgetimage.c747 else if (format == GL_YCBCR_MESA) { in _mesa_GetTexSubImage_sw()
Dteximage.c1889 if (internalFormat == GL_YCBCR_MESA) { in texture_error_check()
2573 if (texImage->InternalFormat == GL_YCBCR_MESA) { in copytexsubimage_error_check()
/external/mesa3d/docs/specs/
Denums.txt36 GL_YCBCR_MESA 0x8757
/external/mesa3d/prebuilt-intermediates/main/
Dformat_info.h584 GL_YCBCR_MESA,
597 GL_YCBCR_MESA,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c394 case GL_YCBCR_MESA: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c394 case GL_YCBCR_MESA: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex_layout.c252 if (base_format == GL_YCBCR_MESA || mt->format == MESA_FORMAT_RGB_FLOAT32) in intel_vertical_texture_alignment_unit()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1223 { GL_YCBCR_MESA, 0 },
/external/swiftshader/include/GL/
Dglext.h8256 #define GL_YCBCR_MESA 0x8757 macro
/external/mesa3d/include/GL/
Dglext.h9018 #define GL_YCBCR_MESA 0x8757 macro