Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1794 const Math::UVec2 sExt { bc.imageExtent.width, bc.imageExtent.height }; in ImageToBufferCopy() local
1799 …glReadnPixels(static_cast<GLint>(sPos.x), static_cast<GLint>(sPos.y), static_cast<GLsizei>(sExt.x), in ImageToBufferCopy()
1800 static_cast<GLsizei>(sExt.y), iPlat.format, static_cast<GLenum>(iPlat.dataType), in ImageToBufferCopy()