Home
last modified time | relevance | path

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

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