Home
last modified time | relevance | path

Searched defs:usesGLFBO0 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkDeferredDisplayListRecorder.cpp79 bool usesGLFBO0 = fCharacterization.usesGLFBO0(); in init() local
/third_party/skia/include/core/
H A DSkSurfaceCharacterization.h105 bool usesGLFBO0() const { return UsesGLFBO0::kYes == fUsesGLFBO0; } in usesGLFBO0() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
250 bool usesGLFBO0() const { return false; } in usesGLFBO0() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::SkSurfaceCharacterization
129 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, size_t cacheMaxResourceBytes, const SkImageInfo& ii, const GrBackendFormat& backendFormat, GrSurfaceOrigin origin, int sampleCnt, Textureable isTextureable, MipMapped isMipMapped, UsesGLFBO0 usesGLFBO0, VkRTSupportsInputAttachment vkRTSupportsInputAttachment, VulkanSecondaryCBCompatible vulkanSecondaryCBCompatible, GrProtected isProtected, const SkSurfaceProps& surfaceProps) SkSurfaceCharacterization() argument
162 set(sk_sp<GrContextThreadSafeProxy> contextInfo, size_t cacheMaxResourceBytes, const SkImageInfo& ii, const GrBackendFormat& backendFormat, GrSurfaceOrigin origin, int sampleCnt, Textureable isTextureable, MipMapped isMipMapped, UsesGLFBO0 usesGLFBO0, VkRTSupportsInputAttachment vkRTSupportsInputAttachment, VulkanSecondaryCBCompatible vulkanSecondaryCBCompatible, GrProtected isProtected, const SkSurfaceProps& surfaceProps) set() argument
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp253 bool usesGLFBO0 = readSurfaceView.asRenderTargetProxy()->glRTFBOIDIs0(); in onCharacterize() local

Completed in 3 milliseconds