Home
last modified time | relevance | path

Searched refs:bPlat (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1778 const auto& bPlat = static_cast<const GpuBufferPlatformDataGL&>(dstGpuBuffer->GetPlatformData()); in ImageToBufferCopy() local
1794 device_.BindBuffer(GL_PIXEL_PACK_BUFFER, bPlat.buffer); in ImageToBufferCopy()
1797 uintptr_t dstOffset = bc.bufferOffset + bPlat.currentByteOffset; in ImageToBufferCopy()
1800 static_cast<GLsizei>(bPlat.alignedByteSize), reinterpret_cast<void*>(dstOffset)); in ImageToBufferCopy()

Completed in 6 milliseconds