/external/skqp/tests/ |
D | TraceMemoryDumpTest.cpp | 130 auto texture = GrGLTexture::MakeWrapped(gpu, desc, GrMipMapsStatus::kNotAllocated, idDesc, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 153 sk_sp<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, GR_GL_RGBA8, iddesc, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 175 sk_sp<GrGLRenderTarget> rt = GrGLRenderTarget::MakeWrapped(gpu, sd, GR_GL_RGBA8, iddesc, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | TraceMemoryDumpTest.cpp | 120 GrGLTexture::MakeWrapped(gpu, GrMipmapStatus::kNotAllocated, desc, std::move(params), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 140 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, 1, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 159 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, 4, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlSemaphore.mm | 28 std::unique_ptr<GrMtlSemaphore> GrMtlSemaphore::MakeWrapped(GrMTLHandle event, function 47 // Whoever uses the GrBackendSemaphore will subsquently steal this ref (see MakeWrapped, above).
|
D | GrMtlSemaphore.h | 24 static std::unique_ptr<GrMtlSemaphore> MakeWrapped(GrMTLHandle event, uint64_t value);
|
/external/skia/src/gpu/d3d/ |
D | GrD3DSemaphore.h | 22 static std::unique_ptr<GrD3DSemaphore> MakeWrapped(const GrD3DFenceInfo&);
|
D | GrD3DSemaphore.cpp | 21 std::unique_ptr<GrD3DSemaphore> GrD3DSemaphore::MakeWrapped(const GrD3DFenceInfo& fenceInfo) { in MakeWrapped() function in GrD3DSemaphore
|
/external/skia/src/gpu/dawn/ |
D | GrDawnRenderTarget.h | 18 static sk_sp<GrDawnRenderTarget> MakeWrapped(GrDawnGpu*,
|
D | GrDawnTexture.h | 22 static sk_sp<GrDawnTexture> MakeWrapped(GrDawnGpu*, SkISize dimensions, GrRenderable,
|
D | GrDawnRenderTarget.cpp | 22 sk_sp<GrDawnRenderTarget> GrDawnRenderTarget::MakeWrapped(GrDawnGpu* gpu, in MakeWrapped() function in GrDawnRenderTarget
|
D | GrDawnTexture.cpp | 75 sk_sp<GrDawnTexture> GrDawnTexture::MakeWrapped(GrDawnGpu* gpu, SkISize dimensions, in MakeWrapped() function in GrDawnTexture
|
/external/skqp/src/gpu/gl/ |
D | GrGLSemaphore.h | 23 static sk_sp<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function
|
D | GrGLTextureRenderTarget.h | 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
|
D | GrGLTextureRenderTarget.cpp | 59 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
|
D | GrGLRenderTarget.h | 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
|
D | GrGLTexture.h | 113 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
|
/external/skia/src/gpu/gl/ |
D | GrGLSemaphore.h | 23 static std::unique_ptr<GrGLSemaphore> MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function
|
D | GrGLTextureRenderTarget.h | 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu,
|
D | GrGLTexture.h | 53 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*,
|
D | GrGLRenderTarget.h | 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
|
D | GrGLTextureRenderTarget.cpp | 63 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
|
/external/skia/src/gpu/vk/ |
D | GrVkSemaphore.h | 26 static std::unique_ptr<GrVkSemaphore> MakeWrapped(GrVkGpu* gpu,
|
D | GrVkSemaphore.cpp | 36 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
|
D | GrVkAttachment.h | 42 static sk_sp<GrVkAttachment> MakeWrapped(GrVkGpu* gpu,
|
/external/skqp/src/gpu/vk/ |
D | GrVkSemaphore.h | 26 static sk_sp<GrVkSemaphore> MakeWrapped(GrVkGpu* gpu,
|
D | GrVkSemaphore.cpp | 32 sk_sp<GrVkSemaphore> GrVkSemaphore::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() function in GrVkSemaphore
|