Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLTextureUpload.cpp1931 const auto fnNarrowType = [&](webgl::ComponentType type) { in ValidateCopyDestUsage() local
1943 const auto srcType = fnNarrowType(srcFormat->componentType); in ValidateCopyDestUsage()
1944 const auto dstType = fnNarrowType(dstFormat->componentType); in ValidateCopyDestUsage()