Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp903 const int32_t kBlockWidth = 4; in CheckCompressedTexData() local
906 int32_t numBlocksAcross = (imgArg.width + kBlockWidth - 1) / kBlockWidth; in CheckCompressedTexData()
914 const int32_t kBlockWidth = 4; in CheckCompressedTexData() local
917 int32_t numBlocksAcross = (imgArg.width + kBlockWidth - 1) / kBlockWidth; in CheckCompressedTexData()
960 const int32_t kBlockWidth = 4; in CheckCompressedTexSubDimensions() local
962 if ((imgArg.xOffset % kBlockWidth) || (imgArg.yOffset % kBlockHeight)) { in CheckCompressedTexSubDimensions()