/aosp_15_r20/frameworks/native/libs/renderengine/skia/ |
H A D | Cache.cpp | 135 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawImageLayers() 227 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawClippedLayers() 272 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawPIPImageLayer() 334 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawImageDimmedLayers() 367 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawTransparentImageDimmedLayers() 413 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawClippedDimmedImageLayers() 486 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawBT2020ImageLayers() 519 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawBT2020ClippedImageLayers() 553 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawExtendedHDRImageLayers() 591 const std::shared_ptr<ExternalTexture>& srcTexture) { in drawP3ImageLayers() [all …]
|
/aosp_15_r20/external/libultrahdr/lib/src/gpu/ |
H A D | editorhelper_gl.cpp | 179 GLuint* srcTexture) { in apply_mirror_gles() 221 GLuint* srcTexture) { in apply_rotate_gles() 274 GLuint* srcTexture) { in apply_crop_gles() 315 GLuint* srcTexture) { in apply_resize_gles()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_enc.cpp | 306 struct pipe_video_buffer * srcTexture, in d3d12_video_encoder_update_picparams_tracking() 373 struct pipe_video_buffer * srcTexture, in d3d12_video_encoder_reconfigure_encoder_objects() 1677 struct pipe_video_buffer * srcTexture, in d3d12_video_encoder_prepare_output_buffers() 1760 struct pipe_video_buffer * srcTexture, in d3d12_video_encoder_reconfigure_session()
|
H A D | d3d12_video_enc_h264.cpp | 349 struct pipe_video_buffer *srcTexture, in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
|
H A D | d3d12_video_enc_hevc.cpp | 347 struct pipe_video_buffer *srcTexture, in d3d12_video_encoder_update_current_frame_pic_params_info_hevc()
|
H A D | d3d12_video_enc_av1.cpp | 1213 struct pipe_video_buffer *srcTexture, in d3d12_video_encoder_update_current_frame_pic_params_info_av1()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.cpp | 437 Allocator &allocator, const TestTexture &srcTexture, in uploadTestTextureInternal() 528 … const TestTexture &srcTexture, const TestTexture *srcStencilTexture, in uploadTestTextureInternalSparse() 612 Allocator &allocator, const TestTexture &srcTexture, VkImage destImage, in uploadTestTexture() 657 const TestTexture &srcTexture, VkImage destImage) in uploadTestTextureSparse()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DCommandList.cpp | 224 ID3D12Resource* srcTexture = src->d3dResource(); in copyTextureToTexture() local 506 const GrD3DTextureResource* srcTexture, in resolveSubresourceRegion()
|
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/ |
H A D | MtlBlitCommandEncoder.h | 89 void copyTextureToTexture(id<MTLTexture> srcTexture, in copyTextureToTexture()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | RenderbufferImpl.h | 118 const gl::Texture *srcTexture, in copyTextureSubData()
|
H A D | TextureImpl.cpp | 66 const gl::Texture *srcTexture, in copyTextureSubData()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SRGBFramebufferTest.cpp | 266 GLTexture srcTexture; in TEST_P() local
|
H A D | CopyTextureTest.cpp | 1992 GLTexture srcTexture; in TEST_P() local 2012 GLTexture srcTexture; in TEST_P() local
|
H A D | RobustResourceInitTest.cpp | 1730 GLTexture srcTexture; in TEST_P() local 1847 GLTexture srcTexture; in TEST_P() local
|
H A D | TextureTest.cpp | 6106 GLTexture srcTexture; in testCopyImage() local 6170 GLTexture srcTexture; in testCopyImageDepthStencil() local 6274 GLTexture srcTexture; in TEST_P() local 6313 GLTexture srcTexture; in TEST_P() local 6368 GLTexture srcTexture; in TEST_P() local 6417 GLTexture srcTexture; in TEST_P() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanCommandBuffer.cpp | 1517 const VulkanTexture* srcTexture = static_cast<const VulkanTexture*>(texture); in onCopyTextureToBuffer() local 1619 const VulkanTexture* srcTexture = static_cast<const VulkanTexture*>(src); in onCopyTextureToTexture() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/shaders/ |
H A D | common.h | 108 static inline vec<T, 4> resolveTextureMS(texture2d_ms<T> srcTexture, uint2 coords) in resolveTextureMS()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.cpp | 264 const gl::Texture *srcTexture, in copyTextureSubData()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Renderbuffer.cpp | 222 const gl::Texture *srcTexture, in copyTextureSubData()
|
H A D | Texture.cpp | 1588 const gl::Texture *srcTexture, in copyTextureSubData()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | TextureNULL.cpp | 132 const gl::Texture *srcTexture, in copyTextureSubData()
|
/aosp_15_r20/external/angle/src/tests/egl_tests/ |
H A D | EGLProtectedContentTest.cpp | 619 GLuint srcTexture = 0; in textureFromImageTest() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | TextureWgpu.cpp | 208 const gl::Texture *srcTexture, in copyTextureSubData()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 1556 const TextureHelper11 &srcTexture = renderTarget->getTexture(); in packPixels() local
|
H A D | TextureStorage11.cpp | 576 const TextureHelper11 &srcTexture, in updateSubresourceLevel() 724 const TextureHelper11 *srcTexture = nullptr; in copySubresourceLevel() local
|