Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1499 RENDER_NS::ImageDescGLES glesImageDesc; in SetupGpuImageTarget() local
1501 glesImageDesc.type = GL_TEXTURE_2D; in SetupGpuImageTarget()
1502 glesImageDesc.image = textureInfo_.textureId_; in SetupGpuImageTarget()
1503 glesImageDesc.internalFormat = GL_RGBA8_OES; in SetupGpuImageTarget()
1504 glesImageDesc.format = imageDesc.format; in SetupGpuImageTarget()
1505 glesImageDesc.dataType = GL_UNSIGNED_BYTE; in SetupGpuImageTarget()
1506 glesImageDesc.bytesperpixel = 4; in SetupGpuImageTarget()
1509 BASE_NS::string_view(name.c_str()), imageDesc, glesImageDesc); in SetupGpuImageTarget()