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

/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DSkV8Example.cpp77 SkOSWindow::AttachmentInfo attachmentInfo; local
79 SkOSWindow::kNativeGL_BackEndType, 0, &attachmentInfo);
98 desc.fSampleCnt = attachmentInfo.fSampleCount;
99 desc.fStencilBits = attachmentInfo.fStencilBits;
/external/skia/experimental/SkV8Example/
H A DSkV8Example.cpp77 SkOSWindow::AttachmentInfo attachmentInfo; local
79 SkOSWindow::kNativeGL_BackEndType, 0, &attachmentInfo);
98 desc.fSampleCnt = attachmentInfo.fSampleCount;
99 desc.fStencilBits = attachmentInfo.fStencilBits;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp204 AttachmentInfo attachmentInfo; local
205 bool result = win->attach(fBackend, msaaSampleCount, &attachmentInfo);
313 AttachmentInfo attachmentInfo; local
314 win->attach(fBackend, fMSAASampleCount, &attachmentInfo);
321 desc.fSampleCnt = attachmentInfo.fSampleCount;
322 desc.fStencilBits = attachmentInfo.fStencilBits;
/external/skia/samplecode/
H A DSampleApp.cpp204 AttachmentInfo attachmentInfo; local
205 bool result = win->attach(fBackend, msaaSampleCount, &attachmentInfo);
313 AttachmentInfo attachmentInfo; local
314 win->attach(fBackend, fMSAASampleCount, &attachmentInfo);
321 desc.fSampleCnt = attachmentInfo.fSampleCount;
322 desc.fStencilBits = attachmentInfo.fStencilBits;

Completed in 293 milliseconds