Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp181 void copyFTBitmap(const FT_Bitmap& srcFTBitmap, SkMask& dstMask) { in copyFTBitmap() argument
182 SkASSERTF(dstMask.fBounds.width() == static_cast<int>(srcFTBitmap.width), in copyFTBitmap()
185 dstMask.fBounds.width(), in copyFTBitmap()
188 SkASSERTF(dstMask.fBounds.height() == static_cast<int>(srcFTBitmap.rows), in copyFTBitmap()
191 dstMask.fBounds.height(), in copyFTBitmap()
201 uint8_t* dst = dstMask.fImage; in copyFTBitmap()
202 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat); in copyFTBitmap()
203 const size_t dstRowBytes = dstMask.fRowBytes; in copyFTBitmap()
209 copyFT2LCD16<false>(srcFTBitmap, dstMask, false, nullptr, nullptr, nullptr); in copyFTBitmap()
467 SkMask dstMask; in generateGlyphImage() local
[all …]
/external/mesa3d/src/mesa/main/
Datifragshader.h41 GLuint dstMask; member
98 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
103 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
109 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
Datifragshader.c151 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op() argument
163 fprintf(stderr, ", %d", dstMask); in debug_op()
589 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI() argument
703 curI->DstReg[optype].dstMask = dstMask; in _mesa_FragmentOpXATI()
706 …debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2M… in _mesa_FragmentOpXATI()
712 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp1ATI() argument
716 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask, in _mesa_ColorFragmentOp1ATI()
721 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp2ATI() argument
726 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 2, op, dst, dstMask, in _mesa_ColorFragmentOp2ATI()
732 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp3ATI() argument
[all …]
Dpack.c186 GLubyte dstMask = 128; in _mesa_unpack_bitmap() local
192 *d |= dstMask; in _mesa_unpack_bitmap()
201 if (dstMask == 1) { in _mesa_unpack_bitmap()
202 dstMask = 128; in _mesa_unpack_bitmap()
207 dstMask = dstMask >> 1; in _mesa_unpack_bitmap()
213 GLubyte dstMask = 128; in _mesa_unpack_bitmap() local
219 *d |= dstMask; in _mesa_unpack_bitmap()
228 if (dstMask == 1) { in _mesa_unpack_bitmap()
229 dstMask = 128; in _mesa_unpack_bitmap()
234 dstMask = dstMask >> 1; in _mesa_unpack_bitmap()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_masking.c61 const GLuint dstMask = ~srcMask; in _swrast_mask_rgba_span() local
66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask); in _swrast_mask_rgba_span()
Ds_atifragshader.c545 inst->DstReg[optype].dstMask, dst[optype], in execute_shader()
/external/skia/src/core/
DSkAAClip.cpp2142 static void upscaleBW2A8(SkMask* dstMask, const SkMask& srcMask) { in upscaleBW2A8() argument
2144 SkASSERT(SkMask::kA8_Format == dstMask->fFormat); in upscaleBW2A8()
2151 uint8_t* SK_RESTRICT dst = (uint8_t*)dstMask->fImage; in upscaleBW2A8()
2152 const size_t dstRB = dstMask->fRowBytes; in upscaleBW2A8()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c272 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith()
/external/mesa3d/include/GL/
Dglext.h10405 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10406 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10407 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10420 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
10421 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
10422 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
/external/swiftshader/include/GL/
Dglext.h5376 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5377 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5378 typedef void (APIENTRYP PFNGLCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuin…
5391 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
5392 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
5393 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…