Searched refs:color_space (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
H A Dbitmap_wrapper.h42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
47 unsigned srcStride, color_space srcColorSpace);
50 color_space get_bitmap_color_space(const Bitmap* bitmap);
H A Dbitmap_wrapper.cpp44 create_bitmap(int32 width, int32 height, color_space colorSpace)
66 color_space
89 unsigned srcStride, color_space srcColorSpace)
H A Dhgl_context.h75 color_space colorSpace;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/
H A Dbitmap_wrapper.h42 Bitmap* create_bitmap(int32 width, int32 height, color_space colorSpace);
47 unsigned srcStride, color_space srcColorSpace);
50 color_space get_bitmap_color_space(const Bitmap* bitmap);
H A Dbitmap_wrapper.cpp44 create_bitmap(int32 width, int32 height, color_space colorSpace)
66 color_space
89 unsigned srcStride, color_space srcColorSpace)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h54 color_space fColorSpace;
H A DSoftwareRenderer.cpp34 extern const char* color_space_name(color_space space);
112 color_space cs = BScreen(GLView()->Window()).ColorSpace();
216 color_space scs = fBitmap->ColorSpace();
217 color_space dcs = bitmap->ColorSpace();
259 color_space sourceCS = bitmap->ColorSpace();
260 color_space destinationCS = fBitmap->ColorSpace();
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h51 color_space fColorSpace;
H A DSoftwareRenderer.cpp34 extern const char* color_space_name(color_space space);
187 color_space cs = BScreen(GLView()->Window()).ColorSpace();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/hgl/
H A Dhgl_sw_winsys.c57 color_space colorSpace;
92 static color_space
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/hgl/
H A Dhgl_sw_winsys.cpp58 color_space colorSpace;
94 static color_space
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_df.c1316 df_set_output_color_space(int color_space) argument
1329 if (color_space == DF_OUTPUT_RGB || color_space == DF_OUTPUT_ARGB) {
1333 if (color_space == DF_OUTPUT_ARGB)
1340 else if (color_space == DF_OUTPUT_SDTV || color_space == DF_OUTPUT_HDTV) {
1343 if (((alpha_ctl & DF_HD_VIDEO) && color_space == DF_OUTPUT_SDTV) ||
1344 (!(alpha_ctl & DF_HD_VIDEO) && color_space == DF_OUTPUT_HDTV)) {
1348 if (color_space == DF_OUTPUT_HDTV)
2587 df_get_output_color_space(int *color_space) argument
[all...]
H A Dcim_rtns.h276 int df_set_output_color_space(int color_space);
312 int df_get_output_color_space(int *color_space);
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dgfx_vid.c1877 int color_space = GFX_STATUS_UNSUPPORTED; local in function:gfx_get_color_space_YUV
1881 color_space = sc1200_get_color_space_YUV();
1883 return (color_space);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_vid.c1855 int color_space = GFX_STATUS_UNSUPPORTED; local in function:gfx_get_color_space_YUV
1859 color_space = sc1200_get_color_space_YUV();
1861 return (color_space);
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h1525 enum __DRIYUVColorSpace color_space,
1617 enum __DRIYUVColorSpace color_space,
1714 enum __DRIYUVColorSpace color_space,
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLView.cpp606 const char* color_space_name(color_space space)
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLView.cpp598 const char* color_space_name(color_space space)
/xsrc/external/mit/MesaLib.old/dist/include/GL/internal/
H A Ddri_interface.h1573 enum __DRIYUVColorSpace color_space,
1665 enum __DRIYUVColorSpace color_space,

Completed in 21 milliseconds