/external/skia/tools/viewer/sk_app/ |
D | GLWindowContext.cpp | 27 fDisplayParams.fMSAASampleCount = fDisplayParams.fMSAASampleCount ? in GLWindowContext() 28 GrNextPow2(fDisplayParams.fMSAASampleCount) : in GLWindowContext() 39 if (!fContext && fDisplayParams.fMSAASampleCount) { in initializeContext() 40 fDisplayParams.fMSAASampleCount /= 2; in initializeContext()
|
D | DisplayParams.h | 19 , fMSAASampleCount(0) {} in DisplayParams() 23 int fMSAASampleCount; member
|
D | VulkanWindowContext.cpp | 193 fSampleCount = params.fMSAASampleCount; in createSwapchain()
|
/external/skia/tools/viewer/sk_app/mac/ |
D | Window_mac.cpp | 28 if (fRequestedDisplayParams.fMSAASampleCount != fMSAASampleCount) { in initWindow() 52 if (fRequestedDisplayParams.fMSAASampleCount > 0) { in initWindow() 54 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, fRequestedDisplayParams.fMSAASampleCount); in initWindow() 68 fMSAASampleCount = fRequestedDisplayParams.fMSAASampleCount; in initWindow()
|
D | Window_mac.h | 25 , fMSAASampleCount(0) {} in Window_mac() 57 int fMSAASampleCount; variable
|
/external/skia/tools/viewer/sk_app/unix/ |
D | Window_unix.cpp | 45 if (fRequestedDisplayParams.fMSAASampleCount != fMSAASampleCount) { in initWindow() 75 if (fRequestedDisplayParams.fMSAASampleCount > 0) { in initWindow() 83 msaaChooseFBConfigAtt[kChooseFBConifgAttCnt + 2] = fRequestedDisplayParams.fMSAASampleCount; in initWindow() 98 fRequestedDisplayParams.fMSAASampleCount; in initWindow() 149 fMSAASampleCount = fRequestedDisplayParams.fMSAASampleCount; in initWindow()
|
D | Window_unix.h | 29 , fMSAASampleCount(0) {} in Window_unix() 83 int fMSAASampleCount; variable
|
/external/skia/include/views/ |
D | SkOSWindow_Unix.h | 48 int getMSAASampleCount() const { return fMSAASampleCount; } in getMSAASampleCount() 81 int fMSAASampleCount; variable
|
/external/skia/tools/viewer/sk_app/win/ |
D | GLWindowContext_win.cpp | 57 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */, in onInitializeContext() 70 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */, in onInitializeContext()
|
D | Window_win.cpp | 374 if (params.fMSAASampleCount != this->getRequestedDisplayParams().fMSAASampleCount in setRequestedDisplayParams()
|
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 36 , fMSAASampleCount(0) { in SkOSWindow() 57 fMSAASampleCount = 0; in internalCloseWindow() 62 if (fMSAASampleCount != requestedMSAASampleCount) { in initWindow() 104 fMSAASampleCount = requestedMSAASampleCount; in initWindow() 108 fMSAASampleCount = 0; in initWindow()
|
/external/skia/tools/viewer/sk_app/android/ |
D | GLWindowContext_android.cpp | 81 EGL_SAMPLE_BUFFERS, fDisplayParams.fMSAASampleCount ? 1 : 0, in onInitializeContext() 82 EGL_SAMPLES, fDisplayParams.fMSAASampleCount, in onInitializeContext()
|
/external/skia/experimental/iOSSampleApp/ |
D | SkSampleUIView.mm | 35 fMSAASampleCount = 0; 72 fMSAASampleCount = msaaSampleCount; 134 fMSAASampleCount, &props); 158 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo); 175 return fMSAASampleCount; 197 int fMSAASampleCount;
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 213 fMSAASampleCount = 0; in DefaultDeviceManager() 250 bool result = win->attach(fBackend, backendOptions.fMSAASampleCount, in setUpBackend() 256 fMSAASampleCount = backendOptions.fMSAASampleCount; in setUpBackend() 326 fMSAASampleCount, &props); in makeSurface() 390 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo); in windowSizeChanged() 407 return fMSAASampleCount; in numColorSamples() 427 int fMSAASampleCount; member in SampleWindow::DefaultDeviceManager 854 fBackendOptions.fMSAASampleCount = FLAGS_msaa; in SampleWindow()
|
D | SampleApp.h | 80 int fMSAASampleCount; member
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 296 displayParams.fMSAASampleCount = FLAGS_msaa; in Viewer() 1043 if (sampleCount != params.fMSAASampleCount) { in drawImGui() 1044 params.fMSAASampleCount = sampleCount; in drawImGui() 1402 if (sampleCount != params.fMSAASampleCount) { in onUIStateChanged() 1403 params.fMSAASampleCount = sampleCount; in onUIStateChanged()
|