Home
last modified time | relevance | path

Searched defs:dstMask (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dati_fragment_shader.c204 static void wrap_op1(const struct wined3d_gl_info *gl_info, GLuint op, GLuint dst, GLuint dstMask, … in wrap_op1()
219 static void wrap_op2(const struct wined3d_gl_info *gl_info, GLuint op, GLuint dst, GLuint dstMask, … in wrap_op2()
236 static void wrap_op3(const struct wined3d_gl_info *gl_info, GLuint op, GLuint dst, GLuint dstMask, … in wrap_op3()
/reactos/dll/win32/msacm32/
H A Dpcmconverter.c1245 DWORD dstMask = ~(adsi->pwfxDst->nBlockAlign - 1); in PCM_StreamSize() local