Home
last modified time | relevance | path

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

/external/skia/include/views/
DSkOSWindow_Win.h43 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
120 bool attachGL(int msaaSampleCount, bool deepColor, AttachmentInfo* info);
DSkOSWindow_iOS.h25 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
DSkOSWindow_Mac.h33 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
DSkOSWindow_Unix.h44 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
/external/skia/src/utils/win/
DSkWGL_win.cpp291 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()
DSkWGL.h136 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
/external/skia/src/views/win/
DSkOSWindow_win.cpp333 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/
DSkOSWindow_iOS.mm62 bool /* deepColor */,
/external/skia/src/views/mac/
DSkOSWindow_Mac.mm66 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, bool /*deepColor*/,
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm49 void setUpBackend(SampleWindow* win, int msaaSampleCount, bool deepColor) override {
73 fDeepColor = deepColor;
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp351 bool SkOSWindow::attach(SkBackEndTypes, int msaaSampleCount, bool deepColor, in attach() argument
/external/skia/samplecode/
DSampleApp.cpp754 DEFINE_bool(deepColor, false, "Request deep color (10-bit/channel or more) display buffer.");