Home
last modified time | relevance | path

Searched refs:fPixelConfig (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/viewer/sk_app/
DGLWindowContext.cpp51 fPixelConfig = fContext->caps()->srgbSupport() && fDisplayParams.fColorSpace in initializeContext()
54 fPixelConfig = kUnknown_GrPixelConfig; in initializeContext()
79 desc.fConfig = fPixelConfig; in getBackbufferSurface()
DWindowContext.h62 GrPixelConfig fPixelConfig; variable
DVulkanWindowContext.cpp253 GrVkFormatToPixelConfig(format, &fPixelConfig); in createBuffers()
276 desc.fConfig = fPixelConfig; in createBuffers()