/aosp_15_r20/frameworks/native/libs/renderengine/skia/ |
H A D | Cache.cpp | 67 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 D | editorhelper_gl.cpp | 197 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 D | GrD3DCommandList.cpp | 160 const GrD3DTextureResource* dstTexture, in copyBufferToTexture() 223 ID3D12Resource* dstTexture = dst->d3dResource(); in copyTextureToTexture() local 504 void GrD3DDirectCommandList::resolveSubresourceRegion(const GrD3DTextureResource* dstTexture, in resolveSubresourceRegion()
|
H A D | GrD3DPipelineState.cpp | 114 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
|
H A D | GrD3DOpsRenderPass.cpp | 233 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrPipeline.cpp | 122 GrTexture* dstTexture = this->peekDstTexture(); in setDstTextureUniforms() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/ |
H A D | MtlBlitCommandEncoder.h | 91 id<MTLTexture> dstTexture, in copyTextureToTexture()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SRGBFramebufferTest.cpp | 258 GLTexture dstTexture; in TEST_P() local
|
H A D | CopyTextureTest.cpp | 2000 GLTexture dstTexture; in TEST_P() local 2022 GLTexture dstTexture; in TEST_P() local
|
H A D | ImageTest.cpp | 2277 GLTexture dstTexture; in ImageStorageGenerateMipmap_helper() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLProgram.cpp | 149 GrTexture* dstTexture = pipeline.peekDstTexture(); in bindTextures() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkPipelineState.cpp | 156 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
|
H A D | GrVkOpsRenderPass.cpp | 731 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanCommandBuffer.cpp | 1566 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 D | EGLProtectedContentTest.cpp | 635 GLuint dstTexture = 0; in textureFromImageTest() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TextureStorage11.cpp | 206 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 D | validationES.cpp | 3891 gl::Texture *dstTexture = context->getTexture({dstName}); in ValidateCopyImageSubDataBase() local
|