Home
last modified time | relevance | path

Searched defs:bufferRowBytes (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/graphite/mtl/
DMtlBlitCommandEncoder.h56 size_t bufferRowBytes) { in copyFromTexture()
70 size_t bufferRowBytes, in copyFromBuffer()
/external/skia/src/gpu/graphite/
DCopyTask.cpp62 size_t bufferRowBytes) { in Make()
74 size_t bufferRowBytes) in CopyTextureToBufferTask()
DCommandBuffer.cpp128 size_t bufferRowBytes) { in copyTextureToBuffer()
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp269 size_t bufferRowBytes) { in onCopyTextureToBuffer()
/external/skia/src/gpu/graphite/dawn/
DDawnCommandBuffer.cpp749 size_t bufferRowBytes) { in onCopyTextureToBuffer()
/external/swiftshader/src/Vulkan/
DVkImage.cpp341 int bufferRowBytes = backingMemory.stride * getFormat().bytes(); in prepareForExternalUseANDROID() local