HomeSort by relevance Sort by last modified time
    Searched defs:attachmentInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/SkV8Example/
SkV8Example.cpp 77 SkOSWindow::AttachmentInfo attachmentInfo;
79 SkOSWindow::kNativeGL_BackEndType, 0, &attachmentInfo);
98 desc.fSampleCnt = attachmentInfo.fSampleCount;
99 desc.fStencilBits = attachmentInfo.fStencilBits;
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 205 AttachmentInfo attachmentInfo;
206 bool result = win->attach(fBackend, msaaSampleCount, &attachmentInfo);
311 AttachmentInfo attachmentInfo;
312 win->attach(fBackend, fMSAASampleCount, &attachmentInfo);
319 desc.fSampleCnt = attachmentInfo.fSampleCount;
320 desc.fStencilBits = attachmentInfo.fStencilBits;
    [all...]

Completed in 259 milliseconds