Searched refs:copyBufferToTexture (Results 1 – 10 of 10) 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 | 3230 return mPixelTransfer->copyBufferToTexture(context, unpack, unpackBuffer, offset, in fastCopyBufferToTexture()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCommandList.h | 68 void copyBufferToTexture(ID3D12Resource* srcBuffer,
|
D | GrD3DGpu.cpp | 406 fCurrentDirectCommandList->copyBufferToTexture(d3dBuffer, d3dTex.get(), mipLevelCount, in onCreateCompressedTexture() 749 fCurrentDirectCommandList->copyBufferToTexture(d3dBuffer, tex, mipLevelCount, in uploadToTexture() 1267 cmdList->copyBufferToTexture(d3dBuffer, in onClearBackendTexture() 1360 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 | mtl_command_buffer.h | 545 BlitCommandEncoder ©BufferToTexture(const BufferRef &src,
|
D | TextureMtl.mm | 301 encoder->copyBufferToTexture(stagingBuffer, 0, stagingBufferRowPitch, stagingBuffer2DImageSize, 372 encoder->copyBufferToTexture(stagingDepthbuffer, 0, stagingDepthBufferRowPitch, 375 encoder->copyBufferToTexture(stagingStencilBuffer, 0, stagingStencilBufferRowPitch, 1682 blitEncoder->copyBufferToTexture(
|
D | mtl_command_buffer.mm | 1960 BlitCommandEncoder &BlitCommandEncoder::copyBufferToTexture(const BufferRef &src,
|
D | mtl_render_utils.mm | 1909 blitEncoder->copyBufferToTexture(
|