/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 152 sk_sp<GrTextureProxy> texProxy = proxyProvider->createLazyProxy( in makeProxy() local 201 sk_sp<GrTextureProxy> texProxy = this->makeProxy(context); in onGenerateTexture() local
|
D | GrResourceAllocator.cpp | 462 GrTextureProxy* texProxy = cur->proxy()->asTextureProxy(); in assign() local
|
D | GrGpu.cpp | 45 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, GrTextureProxy* texProxy, in IsACopyNeededForRepeatWrapMode() 85 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips()
|
D | GrSurfaceProxy.cpp | 503 if (GrTextureProxy* texProxy = fProxy->asTextureProxy()) { in doLazyInstantiation() local
|
D | GrSurfaceContext.cpp | 453 sk_sp<GrTextureProxy> texProxy = sk_ref_sp(this->asTextureProxy()); in rescale() local
|
D | GrRenderTargetContext.cpp | 1631 sk_sp<GrTextureProxy> texProxy = sk_ref_sp(fRenderTargetProxy->asTextureProxy()); in asyncRescaleAndReadPixels() local 1765 sk_sp<GrTextureProxy> texProxy = this->asTextureProxyRef(); in asyncRescaleAndReadPixelsYUV420() local 2364 if (GrTextureProxy* texProxy = rtProxy->asTextureProxy()) { in setupDstProxy() local
|
/third_party/flutter/skia/tests/ |
D | GLBackendSurfaceTest.cpp | 66 sk_sp<GrTextureProxy> texProxy = as_IB(wrappedImage)->asTextureProxyRef(context); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
|
D | VkBackendSurfaceTest.cpp | 70 sk_sp<GrTextureProxy> texProxy = as_IB(wrappedImage)->asTextureProxyRef(context); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
|
D | ProxyTest.cpp | 81 GrTextureProxy* texProxy, in check_texture()
|
D | GrMipMappedTest.cpp | 276 GrTextureProxy* texProxy = device->accessRenderTargetContext()->asTextureProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/skia/tests/ |
D | EGLImageTest.cpp | 158 sk_sp<GrSurfaceProxy> texProxy = context0->priv().proxyProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
|
D | ProxyTest.cpp | 80 GrTextureProxy* texProxy, in check_texture()
|
D | GrMipMappedTest.cpp | 316 GrTextureProxy* texProxy = device->readSurfaceView().asTextureProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | ImageTest.cpp | 447 GrTextureProxy* texProxy = sk_gpu_test::GetTextureImageProxy(texImage.get(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/flutter/skia/src/image/ |
D | SkImage_GpuBase.cpp | 90 sk_sp<GrTextureProxy> texProxy = this->asTextureProxyRef(direct); in getROPixels() local 148 sk_sp<GrTextureProxy> texProxy = this->asTextureProxyRef(direct); in onReadPixels() local
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 128 sk_sp<GrTextureProxy> texProxy = proxyProvider->createLazyProxy( in makeView() local
|
D | GrSurfaceProxy.cpp | 446 if (GrTextureProxy* texProxy = fProxy->asTextureProxy()) { in doLazyInstantiation() local
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 3073 if (const auto* texProxy = src->asTextureProxy()) { in getDstCopyRestrictions() local
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 3475 if (const auto* texProxy = src->asTextureProxy()) { in getDstCopyRestrictions() local
|