Home
last modified time | relevance | path

Searched refs:InitContents (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DSkGpuDevice.h35 enum InitContents { enum
45 int width, int height, InitContents);
56 const SkSurfaceProps*, InitContents);
141 static bool CheckAlphaTypeAndGetFlags(const SkImageInfo* info, InitContents init,
DSkGpuDevice.cpp73 const SkImageInfo* info, SkGpuDevice::InitContents init, unsigned* flags) { in CheckAlphaTypeAndGetFlags()
95 InitContents init) { in Make()
110 const SkSurfaceProps* props, InitContents init) { in Make()
1782 InitContents init = cinfo.fInfo.isOpaque() ? kUninit_InitContents : kClear_InitContents; in onCreateDevice()