Searched refs:disallowSubrect (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 49 bool* rectsMustMatch, bool* disallowSubrect) const override { in initDescForDstCopy() argument
|
/external/skqp/src/gpu/mock/ |
D | GrMockCaps.h | 50 bool* rectsMustMatch, bool* disallowSubrect) const override { in initDescForDstCopy() argument
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCaps.h | 55 bool* rectsMustMatch, bool* disallowSubrect) const override { in initDescForDstCopy() argument
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 73 bool* rectsMustMatch, bool* disallowSubrect) const override { in initDescForDstCopy() argument
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.h | 112 bool* rectsMustMatch, bool* disallowSubrect) const override;
|
D | GrVkCaps.cpp | 56 bool* rectsMustMatch, bool* disallowSubrect) const { in initDescForDstCopy() 59 *disallowSubrect = false; in initDescForDstCopy()
|
/external/skqp/include/gpu/ |
D | GrCaps.h | 181 bool* rectsMustMatch, bool* disallowSubrect) const = 0;
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 118 bool* rectsMustMatch, bool* disallowSubrect) const override;
|
D | GrVkCaps.cpp | 57 bool* rectsMustMatch, bool* disallowSubrect) const { in initDescForDstCopy() 60 *disallowSubrect = false; in initDescForDstCopy()
|
/external/skia/include/gpu/ |
D | GrCaps.h | 232 bool* rectsMustMatch, bool* disallowSubrect) const = 0;
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 403 bool* rectsMustMatch, bool* disallowSubrect) const override;
|
D | GrGLCaps.cpp | 2014 bool* rectsMustMatch, bool* disallowSubrect) const { in initDescForDstCopy() 2019 *disallowSubrect = false; in initDescForDstCopy() 2071 *disallowSubrect = disallowSubrectForBlitFramebuffer; in initDescForDstCopy() 2087 *disallowSubrect = disallowSubrectForBlitFramebuffer; in initDescForDstCopy()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.h | 409 bool* rectsMustMatch, bool* disallowSubrect) const override;
|
D | GrGLCaps.cpp | 2046 bool* rectsMustMatch, bool* disallowSubrect) const { in initDescForDstCopy() 2051 *disallowSubrect = false; in initDescForDstCopy() 2103 *disallowSubrect = disallowSubrectForBlitFramebuffer; in initDescForDstCopy() 2119 *disallowSubrect = disallowSubrectForBlitFramebuffer; in initDescForDstCopy()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1791 bool disallowSubrect = false; in setupDstProxy() local 1792 if (!this->caps()->initDescForDstCopy(rtProxy, &desc, &rectsMustMatch, &disallowSubrect)) { in setupDstProxy() 1798 if (!disallowSubrect) { in setupDstProxy()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1789 bool disallowSubrect = false; in setupDstProxy() local 1790 if (!this->caps()->initDescForDstCopy(rtProxy, &desc, &rectsMustMatch, &disallowSubrect)) { in setupDstProxy() 1796 if (!disallowSubrect) { in setupDstProxy()
|