Searched refs:msaaSampleCount (Results 1 - 10 of 10) sorted by relevance

/external/skia/include/views/
H A DSkOSWindow_Win.h43 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
120 bool attachGL(int msaaSampleCount, bool deepColor, AttachmentInfo* info);
125 bool attachANGLE(int msaaSampleCount, AttachmentInfo* info);
H A DSkOSWindow_iOS.h25 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
H A DSkOSWindow_Mac.h33 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor,
H A DSkOSWindow_Unix.h44 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
/external/skia/src/utils/win/
H A DSkWGL.h132 * msaaSampleCount are preferred but if none is available then a context with a lower sample count
136 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
146 static SkWGLPbufferContext* Create(HDC parentDC, int msaaSampleCount,
H A DSkWGL_win.cpp291 bool doubleBuffered, int msaaSampleCount, bool deepColor,
317 if (msaaSampleCount > 0 &&
321 appendAttr(msaaIAttrs, SK_WGL_SAMPLES, msaaSampleCount);
327 formatsToTry[0] = extensions.selectFormat(formats, num, dc, msaaSampleCount);
407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, argument
417 get_pixel_formats_to_try(dc, extensions, true, msaaSampleCount, deepColor, pixelFormatsToTry);
433 SkWGLPbufferContext* SkWGLPbufferContext::Create(HDC parentDC, int msaaSampleCount, argument
445 get_pixel_formats_to_try(parentDC, extensions, (0 != dblBuffer), msaaSampleCount,
290 get_pixel_formats_to_try(HDC dc, const SkWGLExtensions& extensions, bool doubleBuffered, int msaaSampleCount, bool deepColor, int formatsToTry[2]) argument
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp333 bool SkOSWindow::attachGL(int msaaSampleCount, bool deepColor, AttachmentInfo* info) { argument
336 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, deepColor,
455 int msaaSampleCount,
497 if (msaaSampleCount) {
508 msaaConfigAttribList[kConfigAttribListCnt + 2] = msaaSampleCount;
548 bool SkOSWindow::attachANGLE(int msaaSampleCount, AttachmentInfo* info) { argument
551 msaaSampleCount,
605 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, argument
620 result = attachGL(msaaSampleCount, deepColor, info);
624 result = attachANGLE(msaaSampleCount, inf
454 create_ANGLE(EGLNativeWindowType hWnd, int msaaSampleCount, EGLDisplay* eglDisplay, EGLContext* eglContext, EGLSurface* eglSurface, EGLConfig* eglConfig) argument
[all...]
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.mm49 void setUpBackend(SampleWindow* win, int msaaSampleCount, bool deepColor) override {
67 bool result = win->attach(fBackend, msaaSampleCount, false, &info);
72 fMSAASampleCount = msaaSampleCount;
/external/skia/src/views/mac/
H A DSkNSView.mm338 static CGLContextObj createGLContext(int msaaSampleCount) {
352 if (msaaSampleCount > 0) {
362 (CGLPixelFormatAttribute)msaaSampleCount;
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp351 bool SkOSWindow::attach(SkBackEndTypes, int msaaSampleCount, bool deepColor, argument
353 this->initWindow(msaaSampleCount, info);

Completed in 153 milliseconds