Home
last modified time | relevance | path

Searched defs:dstTexture (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DCache.cpp67 const std::shared_ptr<ExternalTexture>& dstTexture) { in drawShadowLayers()
134 const std::shared_ptr<ExternalTexture>& dstTexture, in drawImageLayers()
174 const std::shared_ptr<ExternalTexture>& dstTexture) { in drawSolidLayers()
200 const std::shared_ptr<ExternalTexture>& dstTexture) { in drawBlurLayers()
226 const std::shared_ptr<ExternalTexture>& dstTexture, in drawClippedLayers()
271 const std::shared_ptr<ExternalTexture>& dstTexture, in drawPIPImageLayer()
304 const std::shared_ptr<ExternalTexture>& dstTexture) { in drawHolePunchLayer()
333 const std::shared_ptr<ExternalTexture>& dstTexture, in drawImageDimmedLayers()
366 const std::shared_ptr<ExternalTexture>& dstTexture, in drawTransparentImageDimmedLayers()
412 const std::shared_ptr<ExternalTexture>& dstTexture, in drawClippedDimmedImageLayers()
[all …]
/aosp_15_r20/external/libultrahdr/lib/src/gpu/
H A Deditorhelper_gl.cpp197 GLuint dstTexture = gl_ctxt->create_texture(src->fmt, dst->w, dst->h, NULL); in apply_mirror_gles() local
251 GLuint dstTexture = gl_ctxt->create_texture(src->fmt, dst->w, dst->h, NULL); in apply_rotate_gles() local
277 GLuint dstTexture = 0; in apply_crop_gles() local
333 GLuint dstTexture = gl_ctxt->create_texture(src->fmt, dst_w, dst_h, NULL); in apply_resize_gles() local
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCommandList.cpp160 const GrD3DTextureResource* dstTexture, in copyBufferToTexture()
223 ID3D12Resource* dstTexture = dst->d3dResource(); in copyTextureToTexture() local
504 void GrD3DDirectCommandList::resolveSubresourceRegion(const GrD3DTextureResource* dstTexture, in resolveSubresourceRegion()
H A DGrD3DPipelineState.cpp114 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
H A DGrD3DOpsRenderPass.cpp233 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrPipeline.cpp122 GrTexture* dstTexture = this->peekDstTexture(); in setDstTextureUniforms() local
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlBlitCommandEncoder.h91 id<MTLTexture> dstTexture, in copyTextureToTexture()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DSRGBFramebufferTest.cpp258 GLTexture dstTexture; in TEST_P() local
H A DCopyTextureTest.cpp2000 GLTexture dstTexture; in TEST_P() local
2022 GLTexture dstTexture; in TEST_P() local
H A DImageTest.cpp2277 GLTexture dstTexture; in ImageStorageGenerateMipmap_helper() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLProgram.cpp149 GrTexture* dstTexture = pipeline.peekDstTexture(); in bindTextures() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkPipelineState.cpp156 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
H A DGrVkOpsRenderPass.cpp731 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.cpp1566 const VulkanTexture* dstTexture = static_cast<const VulkanTexture*>(texture); in onCopyBufferToTexture() local
1620 const VulkanTexture* dstTexture = static_cast<const VulkanTexture*>(dst); in onCopyTextureToTexture() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp635 GLuint dstTexture = 0; in textureFromImageTest() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp206 const TextureHelper11 *dstTexture = nullptr; in isMultiplanar() local
591 const TextureHelper11 *dstTexture = nullptr; in updateSubresourceLevel() local
716 const TextureHelper11 &dstTexture, in copySubresourceLevel()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES.cpp3891 gl::Texture *dstTexture = context->getTexture({dstName}); in ValidateCopyImageSubDataBase() local