Home
last modified time | relevance | path

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

/external/skia/experimental/SkV8Example/
DSkV8Example.cpp77 SkOSWindow::AttachmentInfo attachmentInfo; in windowSizeChanged() local
79 SkOSWindow::kNativeGL_BackEndType, 0, &attachmentInfo); in windowSizeChanged()
98 desc.fSampleCnt = attachmentInfo.fSampleCount; in windowSizeChanged()
99 desc.fStencilBits = attachmentInfo.fStencilBits; in windowSizeChanged()
/external/skia/src/views/
DSkWindow.cpp351 GrRenderTarget* SkWindow::renderTarget(const AttachmentInfo& attachmentInfo, in renderTarget() argument
358 desc.fSampleCnt = attachmentInfo.fSampleCount; in renderTarget()
359 desc.fStencilBits = attachmentInfo.fStencilBits; in renderTarget()
/external/skia/include/views/
DSkWindow.h100 GrRenderTarget* renderTarget(const AttachmentInfo& attachmentInfo,
/external/skia/samplecode/
DSampleApp.cpp202 AttachmentInfo attachmentInfo; in setUpBackend() local
203 bool result = win->attach(fBackend, msaaSampleCount, &attachmentInfo); in setUpBackend()
310 AttachmentInfo attachmentInfo; in windowSizeChanged() local
311 win->attach(fBackend, fMSAASampleCount, &attachmentInfo); in windowSizeChanged()
313 fCurRenderTarget = win->renderTarget(attachmentInfo, fCurIntf, fCurContext); in windowSizeChanged()