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

  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 72 SkOSWindow::AttachmentInfo attachmentInfo;
74 SkOSWindow::kNativeGL_BackEndType, 0, false, &attachmentInfo);
93 desc.fSampleCnt = attachmentInfo.fSampleCount;
94 desc.fStencilBits = attachmentInfo.fStencilBits;
  /external/skia/src/views/
SkWindow.cpp 325 sk_sp<SkSurface> SkWindow::makeGpuBackedSurface(const AttachmentInfo& attachmentInfo,
345 (attachmentInfo.fColorBits != 30)
354 attachmentInfo.fSampleCount,
355 attachmentInfo.fStencilBits,
  /external/skia/include/views/
SkWindow.h 34 struct AttachmentInfo {
35 AttachmentInfo()
84 sk_sp<SkSurface> makeGpuBackedSurface(const AttachmentInfo& attachmentInfo,
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm 66 SkOSWindow::AttachmentInfo info;
157 SampleWindow::AttachmentInfo attachmentInfo;
158 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo);
159 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
160 fGpuSurface = win->makeGpuBackedSurface(attachmentInfo, fCurIntf, fCurContext);
489 - (void)getAttachmentInfo:(SkOSWindow::AttachmentInfo*)info {
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]
  /external/skia/samplecode/
SampleApp.cpp 249 AttachmentInfo attachmentInfo;
251 backendOptions.fDeepColor, &attachmentInfo);
259 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
389 AttachmentInfo attachmentInfo;
390 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo);
391 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
392 fGpuSurface = win->makeGpuBackedSurface(attachmentInfo, fCurIntf, fCurContext);
    [all...]

Completed in 237 milliseconds