Home
last modified time | relevance | path

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

/external/skia/example/
DHelloWorld.cpp63 bool result = attach(kNativeGL_BackEndType, 0 /*msaa*/, false, &fAttachmentInfo); in setUpBackend()
81 fGpuSurface = this->makeGpuBackedSurface(fAttachmentInfo, fInterface, fContext); in setUpGpuBackedSurface()
DHelloWorld.h67 AttachmentInfo fAttachmentInfo; variable