/external/skia/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/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/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 | GrGLRenderTarget.h | 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
|
D | GrGLTextureRenderTarget.cpp | 59 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
|
D | GrGLTexture.h | 113 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
|
D | GrGLTexture.cpp | 117 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, in MakeWrapped() function in GrGLTexture
|
D | GrGLRenderTarget.cpp | 68 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
|
D | GrGLGpu.cpp | 666 GrGLTexture::MakeWrapped(this, surfDesc, mipMapsStatus, idDesc, cacheable, ioType); in onWrapBackendTexture() 713 sk_sp<GrGLTextureRenderTarget> texRT(GrGLTextureRenderTarget::MakeWrapped( in onWrapRenderableBackendTexture() 742 return GrGLRenderTarget::MakeWrapped(this, desc, info.fFormat, idDesc, backendRT.stencilBits()); in onWrapBackendRenderTarget() 771 return GrGLRenderTarget::MakeWrapped(this, surfDesc, info.fFormat, rtIDDesc, 0); in onWrapBackendTextureAsRenderTarget() 4273 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
|
/external/skia/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 | GrGLRenderTarget.h | 37 static sk_sp<GrGLRenderTarget> MakeWrapped(GrGLGpu*,
|
D | GrGLTextureRenderTarget.cpp | 59 sk_sp<GrGLTextureRenderTarget> GrGLTextureRenderTarget::MakeWrapped( in MakeWrapped() function in GrGLTextureRenderTarget
|
D | GrGLTexture.h | 100 static sk_sp<GrGLTexture> MakeWrapped(GrGLGpu*, const GrSurfaceDesc&, GrMipMapsStatus,
|
D | GrGLTexture.cpp | 115 sk_sp<GrGLTexture> GrGLTexture::MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc, in MakeWrapped() function in GrGLTexture
|
D | GrGLRenderTarget.cpp | 68 sk_sp<GrGLRenderTarget> GrGLRenderTarget::MakeWrapped(GrGLGpu* gpu, in MakeWrapped() function in GrGLRenderTarget
|
D | GrGLGpu.cpp | 702 GrGLTexture::MakeWrapped(this, surfDesc, mipMapsStatus, idDesc, cacheable, ioType); in onWrapBackendTexture() 749 sk_sp<GrGLTextureRenderTarget> texRT(GrGLTextureRenderTarget::MakeWrapped( in onWrapRenderableBackendTexture() 778 return GrGLRenderTarget::MakeWrapped(this, desc, info.fFormat, idDesc, backendRT.stencilBits()); in onWrapBackendRenderTarget() 807 return GrGLRenderTarget::MakeWrapped(this, surfDesc, info.fFormat, rtIDDesc, 0); in onWrapBackendTextureAsRenderTarget() 4323 return GrGLSemaphore::MakeWrapped(this, semaphore.glSync(), ownership); in wrapBackendSemaphore()
|
/external/skia/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
|
D | GrVkGpu.cpp | 2386 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
|
/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
|
D | GrVkGpu.cpp | 2338 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
|