Searched refs:copyBufferToTexture (Results 1 – 15 of 15) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.h | 47 angle::Result copyBufferToTexture(const gl::Context *context,
|
D | PixelTransfer11.cpp | 151 angle::Result PixelTransfer11::copyBufferToTexture(const gl::Context *context, in copyBufferToTexture() function in rx::PixelTransfer11
|
D | Renderer11.cpp | 3348 return mPixelTransfer->copyBufferToTexture(context, unpack, unpackBuffer, offset, in fastCopyBufferToTexture()
|
/external/skia/src/gpu/graphite/ |
D | UploadTask.cpp | 202 commandBuffer->copyBufferToTexture( in addCommand() 223 commandBuffer->copyBufferToTexture( in addCommand()
|
D | CommandBuffer.h | 85 bool copyBufferToTexture(const Buffer*,
|
D | CommandBuffer.cpp | 145 bool CommandBuffer::copyBufferToTexture(const Buffer* buffer, in copyBufferToTexture() function in skgpu::graphite::CommandBuffer
|
/external/skia/src/gpu/ganesh/d3d/ |
D | GrD3DCommandList.h | 68 void copyBufferToTexture(ID3D12Resource* srcBuffer,
|
D | GrD3DGpu.cpp | 421 fCurrentDirectCommandList->copyBufferToTexture(d3dBuffer, d3dTex.get(), mipLevelCount, in onCreateCompressedTexture() 785 fCurrentDirectCommandList->copyBufferToTexture(d3dBuffer, in uploadToTexture() 879 fCurrentDirectCommandList->copyBufferToTexture(d3dBuffer, in onTransferPixelsTo() 1513 cmdList->copyBufferToTexture(d3dBuffer, in onClearBackendTexture() 1610 cmdList->copyBufferToTexture(d3dBuffer, in onUpdateCompressedBackendTexture()
|
D | GrD3DCommandList.cpp | 159 void GrD3DCommandList::copyBufferToTexture(ID3D12Resource* srcBuffer, in copyBufferToTexture() function in GrD3DCommandList
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 383 encoder->copyBufferToTexture(stagingBuffer, 0, stagingBufferRowPitch, stagingBuffer2DImageSize, 454 encoder->copyBufferToTexture(stagingDepthbuffer, 0, stagingDepthBufferRowPitch, 457 encoder->copyBufferToTexture(stagingStencilBuffer, 0, stagingStencilBufferRowPitch, 510 encoder->copyBufferToTexture(stagingBuffer, 0, stagingBufferRowPitch, stagingBuffer2DImageSize, 1911 blitEncoder->copyBufferToTexture(
|
D | mtl_command_buffer.h | 608 BlitCommandEncoder ©BufferToTexture(const BufferRef &src,
|
D | mtl_utils.mm | 340 blitEncoder->copyBufferToTexture(zeroBuffer, 0, bytesPerRow, 0,
|
D | mtl_command_buffer.mm | 2310 BlitCommandEncoder &BlitCommandEncoder::copyBufferToTexture(const BufferRef &src,
|
D | mtl_render_utils.mm | 1770 blitEncoder->copyBufferToTexture(
|
/external/skia/src/gpu/graphite/mtl/ |
D | MtlCommandBuffer.mm | 765 blitCmdEncoder->pushDebugGroup(@"copyBufferToTexture");
|