Home
last modified time | relevance | path

Searched refs:fInternalFormat (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlStencilAttachment.h21 MTLPixelFormat fInternalFormat; member
32 MTLPixelFormat mtlFormat() const { return fFormat.fInternalFormat; } in mtlFormat()
DGrMtlStencilAttachment.mm27 [MTLTextureDescriptor texture2DDescriptorWithPixelFormat:format.fInternalFormat
DGrMtlPipelineStateBuilder.mm365 hasStencilAttachment ? mtlCaps->preferredStencilFormat().fInternalFormat
428 b.add32(hasStencilAttachment ? gpu->mtlCaps().preferredStencilFormat().fInternalFormat
/external/skqp/src/gpu/mtl/
DGrMtlStencilAttachment.h21 MTLPixelFormat fInternalFormat; member
32 MTLPixelFormat mtlFormat() const { return fFormat.fInternalFormat; } in mtlFormat()
/external/skia/src/gpu/vk/
DGrVkStencilAttachment.h21 VkFormat fInternalFormat; member
35 VkFormat vkFormat() const { return fFormat.fInternalFormat; } in vkFormat()
DGrVkStencilAttachment.cpp37 imageDesc.fFormat = format.fInternalFormat; in Create()
53 format.fInternalFormat, in Create()
/external/skqp/src/gpu/vk/
DGrVkStencilAttachment.h21 VkFormat fInternalFormat; member
35 VkFormat vkFormat() const { return fFormat.fInternalFormat; } in vkFormat()
DGrVkStencilAttachment.cpp37 imageDesc.fFormat = format.fInternalFormat; in Create()
53 format.fInternalFormat, in Create()
/external/skia/src/gpu/gl/
DGrGLStencilAttachment.h20 GrGLenum fInternalFormat; member
DGrGLRenderTarget.cpp77 format.fInternalFormat = GrGLStencilAttachment::kUnknownInternalFormat; in MakeWrapped()
DGrGLGpu.cpp1752 sFmt.fInternalFormat, in getCompatibleStencilIndex()
1864 sFmt.fInternalFormat, in createStencilAttachmentForRenderTarget()
1868 sFmt.fInternalFormat, in createStencilAttachmentForRenderTarget()
4181 auto stencilBufferFormat = this->glCaps().stencilFormats()[sFormatIdx].fInternalFormat; in createTestingOnlyBackendRenderTarget()
/external/skqp/src/gpu/gl/
DGrGLStencilAttachment.h20 GrGLenum fInternalFormat; member
DGrGLRenderTarget.cpp77 format.fInternalFormat = GrGLStencilAttachment::kUnknownInternalFormat; in MakeWrapped()
DGrGLGpu.cpp1718 sFmt.fInternalFormat, in getCompatibleStencilIndex()
1831 sFmt.fInternalFormat, in createStencilAttachmentForRenderTarget()
1835 sFmt.fInternalFormat, in createStencilAttachmentForRenderTarget()
4141 auto stencilBufferFormat = this->glCaps().stencilFormats()[sFormatIdx].fInternalFormat; in createTestingOnlyBackendRenderTarget()