Home
last modified time | relevance | path

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

/external/skia/experimental/SkiaExamples/
DSkExample.cpp75 bool result = attach(kNativeGL_BackEndType, 0 /*msaa*/, &fAttachmentInfo); in setupBackend()
100 desc.fSampleCnt = fAttachmentInfo.fSampleCount; in setupRenderTarget()
101 desc.fStencilBits = fAttachmentInfo.fStencilBits; in setupRenderTarget()
DSkExample.h76 AttachmentInfo fAttachmentInfo; variable
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
DSkExample.cpp75 bool result = attach(kNativeGL_BackEndType, 0 /*msaa*/, &fAttachmentInfo); in setupBackend()
100 desc.fSampleCnt = fAttachmentInfo.fSampleCount; in setupRenderTarget()
101 desc.fStencilBits = fAttachmentInfo.fStencilBits; in setupRenderTarget()
DSkExample.h76 AttachmentInfo fAttachmentInfo; variable