Searched refs:bufferRowBytes (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
D | CopyTask.cpp | 20 size_t bufferRowBytes) { in Make() argument 25 bufferRowBytes)); in Make() 32 size_t bufferRowBytes) in CopyTextureToBufferTask() argument 37 , fBufferRowBytes(bufferRowBytes) { in CopyTextureToBufferTask()
|
D | CopyTask.h | 27 size_t bufferRowBytes); 38 size_t bufferRowBytes);
|
D | CommandBuffer.cpp | 84 size_t bufferRowBytes) { in copyTextureToBuffer() argument 89 this->onCopyTextureToBuffer(texture.get(), srcRect, buffer.get(), bufferOffset, bufferRowBytes); in copyTextureToBuffer()
|
D | CommandBuffer.h | 99 size_t bufferRowBytes); 129 size_t bufferRowBytes) = 0;
|
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlBlitCommandEncoder.h | 47 size_t bufferRowBytes) { in copyFromTexture() argument 55 destinationBytesPerRow: bufferRowBytes in copyFromTexture() 56 destinationBytesPerImage: bufferRowBytes * srcRect.height()]; in copyFromTexture()
|
D | MtlCommandBuffer.h | 76 size_t bufferRowBytes) override;
|
D | MtlCommandBuffer.mm | 270 size_t bufferRowBytes) { 281 blitCmdEncoder->copyFromTexture(mtlTexture, srcRect, mtlBuffer, bufferOffset, bufferRowBytes);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 308 int bufferRowBytes = backingMemory.stride * getFormat().bytes(); in prepareForExternalUseANDROID() local 309 ASSERT(imageRowBytes <= bufferRowBytes); in prepareForExternalUseANDROID() 315 memcpy(dstBuffer + (i * bufferRowBytes), srcBuffer + (i * imageRowBytes), imageRowBytes); in prepareForExternalUseANDROID()
|