Searched defs:srcMask (Results 1 – 6 of 6) sorted by relevance
60 const GLuint srcMask = *((GLuint *) ctx->Color.ColorMask[buf]); in _swrast_mask_rgba_span() local
26 static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, const SkIRect& clip S… in SK_BLITBWMASK_NAME()
2118 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8()
185 GLubyte srcMask = 1 << (packing->SkipPixels & 0x7); in _mesa_unpack_bitmap() local212 GLubyte srcMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_unpack_bitmap() local277 GLubyte srcMask = 128; in _mesa_pack_bitmap() local304 GLubyte srcMask = 128; in _mesa_pack_bitmap() local5896 GLubyte srcMask = 1 << (unpack->SkipPixels & 0x7); in _mesa_unpack_image() local5923 GLubyte srcMask = 128 >> (unpack->SkipPixels & 0x7); in _mesa_unpack_image() local
462 GrTexture* srcMask, in mergeMask()
209 unsigned int Instruction::srcMask(unsigned int s) const in srcMask() function in tgsi::Instruction