Home
last modified time | relevance | path

Searched refs:modeMap (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp25 static const SkBlendMode modeMap[] = { in op_to_mode() local
34 return modeMap[op]; in op_to_mode()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp654 static ModeMap modeMap; in getModeStr() local
655 if (modeMap.empty()) in getModeStr()
657 modeMap[GL_UNPACK_ROW_LENGTH] = "GL_UNPACK_ROW_LENGTH"; in getModeStr()
658 modeMap[GL_UNPACK_SKIP_ROWS] = "GL_UNPACK_SKIP_ROWS"; in getModeStr()
659 modeMap[GL_UNPACK_SKIP_PIXELS] = "GL_UNPACK_SKIP_PIXELS"; in getModeStr()
660 modeMap[GL_UNPACK_ALIGNMENT] = "GL_UNPACK_ALIGNMENT"; in getModeStr()
661 modeMap[GL_UNPACK_IMAGE_HEIGHT] = "GL_UNPACK_IMAGE_HEIGHT"; in getModeStr()
662 modeMap[GL_UNPACK_SKIP_IMAGES] = "GL_UNPACK_SKIP_IMAGES"; in getModeStr()
663 modeMap[GL_PACK_ROW_LENGTH] = "GL_PACK_ROW_LENGTH"; in getModeStr()
664 modeMap[GL_PACK_SKIP_ROW in getModeStr()
[all...]

Completed in 3 milliseconds