Searched refs:deepColor (Results 1 – 12 of 12) sorted by relevance
/external/skia/include/views/ |
D | SkOSWindow_Win.h | 43 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*); 120 bool attachGL(int msaaSampleCount, bool deepColor, AttachmentInfo* info);
|
D | SkOSWindow_iOS.h | 25 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
|
D | SkOSWindow_Mac.h | 33 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
|
D | SkOSWindow_Unix.h | 44 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 291 bool doubleBuffered, int msaaSampleCount, bool deepColor, in get_pixel_formats_to_try() argument 303 if (deepColor) { in get_pixel_formats_to_try() 407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext() argument 417 get_pixel_formats_to_try(dc, extensions, true, msaaSampleCount, deepColor, pixelFormatsToTry); in SkCreateWGLContext()
|
D | SkWGL.h | 136 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 333 bool SkOSWindow::attachGL(int msaaSampleCount, bool deepColor, AttachmentInfo* info) { in attachGL() argument 336 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, deepColor, in attachGL() 605 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, in attach() argument 620 result = attachGL(msaaSampleCount, deepColor, info); in attach()
|
/external/skia/src/views/ios/ |
D | SkOSWindow_iOS.mm | 62 bool /* deepColor */,
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.mm | 66 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, bool /*deepColor*/,
|
/external/skia/experimental/iOSSampleApp/ |
D | SkSampleUIView.mm | 49 void setUpBackend(SampleWindow* win, int msaaSampleCount, bool deepColor) override { 73 fDeepColor = deepColor;
|
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 351 bool SkOSWindow::attach(SkBackEndTypes, int msaaSampleCount, bool deepColor, in attach() argument
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 754 DEFINE_bool(deepColor, false, "Request deep color (10-bit/channel or more) display buffer.");
|