Home
last modified time | relevance | path

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

/dports/www/qt5-webglplugin/kde-qtwebglplugin-5.15.2p2/src/plugins/platforms/webgl/
H A Dqwebglcontext.cpp130 } bppTab[] = { in imageSize() local
162 for (size_t i = 0; i < sizeof(bppTab) / sizeof(BppTabEntry); ++i) { in imageSize()
163 if (bppTab[i].format == format && bppTab[i].type == type) { in imageSize()
164 bytesPerPixel = bppTab[i].bytesPerPixel; in imageSize()