Searched refs:fAttachmentInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExample.cpp75 bool result = attach(kNativeGL_BackEndType, 0 /*msaa*/, &fAttachmentInfo);
100 desc.fSampleCnt = fAttachmentInfo.fSampleCount;
101 desc.fStencilBits = fAttachmentInfo.fStencilBits;
H A DSkExample.h76 AttachmentInfo fAttachmentInfo; member in class:SkExampleWindow
/external/skia/experimental/SkiaExamples/
H A DSkExample.cpp75 bool result = attach(kNativeGL_BackEndType, 0 /*msaa*/, &fAttachmentInfo);
100 desc.fSampleCnt = fAttachmentInfo.fSampleCount;
101 desc.fStencilBits = fAttachmentInfo.fStencilBits;
H A DSkExample.h76 AttachmentInfo fAttachmentInfo; member in class:SkExampleWindow

Completed in 141 milliseconds