/external/chromium_org/third_party/skia/include/views/ |
SkOSWindow_Win.h | 45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*); 87 bool attachGL(int msaaSampleCount, AttachmentInfo* info); 92 bool attachANGLE(int msaaSampleCount, AttachmentInfo* info);
|
SkOSWindow_Android.h | 32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
|
SkOSWindow_Mac.h | 35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
SkOSWindow_NaCl.h | 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
|
SkOSWindow_iOS.h | 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
SkOSWindow_Unix.h | 46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
/external/skia/include/views/ |
SkOSWindow_Win.h | 45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*); 87 bool attachGL(int msaaSampleCount, AttachmentInfo* info); 92 bool attachANGLE(int msaaSampleCount, AttachmentInfo* info);
|
SkOSWindow_Android.h | 32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
|
SkOSWindow_Mac.h | 35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
SkOSWindow_NaCl.h | 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
|
SkOSWindow_iOS.h | 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
SkOSWindow_Unix.h | 46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
|
/external/chromium_org/third_party/skia/src/views/win/ |
SkOSWindow_win.cpp | 331 bool SkOSWindow::attachGL(int msaaSampleCount, AttachmentInfo* info) { 334 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, false); 387 int msaaSampleCount, 427 if (msaaSampleCount) { 438 msaaConfigAttribList[kConfigAttribListCnt + 2] = msaaSampleCount; 478 bool SkOSWindow::attachANGLE(int msaaSampleCount, AttachmentInfo* info) { 481 msaaSampleCount, 540 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info) { 554 result = attachGL(msaaSampleCount, info); 558 result = attachANGLE(msaaSampleCount, info) [all...] |
/external/skia/src/views/win/ |
SkOSWindow_win.cpp | 331 bool SkOSWindow::attachGL(int msaaSampleCount, AttachmentInfo* info) { 334 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, false); 387 int msaaSampleCount, 427 if (msaaSampleCount) { 438 msaaConfigAttribList[kConfigAttribListCnt + 2] = msaaSampleCount; 478 bool SkOSWindow::attachANGLE(int msaaSampleCount, AttachmentInfo* info) { 481 msaaSampleCount, 540 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info) { 554 result = attachGL(msaaSampleCount, info); 558 result = attachANGLE(msaaSampleCount, info) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Canvas2DImageBufferSurface.h | 42 Canvas2DImageBufferSurface(const IntSize& size, OpacityMode opacityMode = NonOpaque, int msaaSampleCount = 1) 44 , m_layerBridge(Canvas2DLayerBridge::create(size, opacityMode, msaaSampleCount))
|
Canvas2DLayerBridge.cpp | 55 static PassRefPtr<SkSurface> createSkSurface(GrContext* gr, const IntSize& size, int msaaSampleCount = 0) 65 return adoptRef(SkSurface::NewRenderTarget(gr, info, msaaSampleCount)); 68 PassRefPtr<Canvas2DLayerBridge> Canvas2DLayerBridge::create(const IntSize& size, OpacityMode opacityMode, int msaaSampleCount) 74 RefPtr<SkSurface> surface(createSkSurface(contextProvider->grContext(), size, msaaSampleCount)); 79 layerBridge = adoptRef(new Canvas2DLayerBridge(contextProvider.release(), canvas.release(), msaaSampleCount, opacityMode)); 83 Canvas2DLayerBridge::Canvas2DLayerBridge(PassOwnPtr<blink::WebGraphicsContext3DProvider> contextProvider, PassOwnPtr<SkDeferredCanvas> canvas, int msaaSampleCount, OpacityMode opacityMode) 87 , m_msaaSampleCount(msaaSampleCount)
|
/external/chromium_org/third_party/skia/src/views/ios/ |
SkOSWindow_iOS.mm | 54 int /* msaaSampleCount */,
|
/external/skia/src/views/ios/ |
SkOSWindow_iOS.mm | 54 int /* msaaSampleCount */,
|
/external/chromium_org/third_party/skia/include/utils/ |
SkWGL.h | 109 * msaaSampleCount are preferred but if none is available then a context with a lower sample count 113 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool preferCoreProfile);
|
/external/skia/include/utils/ |
SkWGL.h | 109 * msaaSampleCount are preferred but if none is available then a context with a lower sample count 113 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool preferCoreProfile);
|
/external/chromium_org/third_party/skia/platform_tools/android/app/jni/ |
com_skia_SkiaSampleRenderer.cpp | 61 bool SkOSWindow::attach(SkBackEndTypes /* attachType */, int /*msaaSampleCount*/, AttachmentInfo* info) 175 jobject thiz, jobject jsampleActivity, jint msaaSampleCount) 205 if (msaaSampleCount > 0) { 207 msaaSampleCountString.appendS32(static_cast<uint32_t>(msaaSampleCount));
|
/external/chromium_org/third_party/skia/src/utils/win/ |
SkWGL_win.cpp | 248 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool preferCoreProfile) { 273 if (msaaSampleCount > 0 && 283 msaaIAttrs[kIAttrsCount + 1] = msaaSampleCount; 293 msaaSampleCount);
|
/external/skia/platform_tools/android/app/jni/ |
com_skia_SkiaSampleRenderer.cpp | 61 bool SkOSWindow::attach(SkBackEndTypes /* attachType */, int /*msaaSampleCount*/, AttachmentInfo* info) 175 jobject thiz, jobject jsampleActivity, jint msaaSampleCount) 205 if (msaaSampleCount > 0) { 207 msaaSampleCountString.appendS32(static_cast<uint32_t>(msaaSampleCount));
|
/external/skia/src/utils/win/ |
SkWGL_win.cpp | 248 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool preferCoreProfile) { 273 if (msaaSampleCount > 0 && 283 msaaIAttrs[kIAttrsCount + 1] = msaaSampleCount; 293 msaaSampleCount);
|
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/ |
SkiaSampleRenderer.java | 92 native void init(SkiaSampleActivity activity, int msaaSampleCount);
|