Searched refs:getAttachmentsDescriptor (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 162 target.getAttachmentsDescriptor(&fAttachmentsDescriptor, &fAttachmentFlags); in init() 219 target.getAttachmentsDescriptor(&desc, &flags); in isCompatible()
|
D | GrVkRenderTarget.h | 92 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
|
D | GrVkRenderTarget.cpp | 261 void GrVkRenderTarget::getAttachmentsDescriptor( in getAttachmentsDescriptor() function in GrVkRenderTarget
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 112 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
|
D | GrVkRenderPass.cpp | 405 target->getAttachmentsDescriptor(&desc, &flags, this->hasResolveAttachment(), in isCompatible()
|
D | GrVkRenderTarget.cpp | 337 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor() function in GrVkRenderTarget
|
D | GrVkResourceProvider.cpp | 120 target->getAttachmentsDescriptor(&attachmentsDesc, &attachmentFlags, withResolve, withStencil); in findCompatibleRenderPass()
|