Searched refs:aDst (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpack.c2997 GLint *aDst)
3042 *aDst = 3;
3053 *aDst = 3;
3064 *aDst = 3;
3075 *aDst = 3;
3086 *aDst = 3;
3096 *aDst = 0;
3137 GLint rDst, bDst, gDst, aDst; local
3193 &rDst, &gDst, &bDst, &aDst);
3311 rgba[i][aDst]
2989 get_component_mapping(GLenum format, GLint *rSrc, GLint *gSrc, GLint *bSrc, GLint *aSrc, GLint *rDst, GLint *gDst, GLint *bDst, GLint *aDst) argument
3748 GLint rDst, bDst, gDst, aDst; local
4363 GLint rDst, gDst, bDst, aDst, lDst, iDst; local
4557 GLint rDst, gDst, bDst, aDst, lDst, iDst; local
4769 GLint rDst, gDst, bDst, aDst, lDst, iDst; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dpack.c2997 GLint *aDst)
3042 *aDst = 3;
3053 *aDst = 3;
3064 *aDst = 3;
3075 *aDst = 3;
3086 *aDst = 3;
3096 *aDst = 0;
3137 GLint rDst, bDst, gDst, aDst; local
3193 &rDst, &gDst, &bDst, &aDst);
3311 rgba[i][aDst]
2989 get_component_mapping(GLenum format, GLint *rSrc, GLint *gSrc, GLint *bSrc, GLint *aSrc, GLint *rDst, GLint *gDst, GLint *bDst, GLint *aDst) argument
3748 GLint rDst, bDst, gDst, aDst; local
4363 GLint rDst, gDst, bDst, aDst, lDst, iDst; local
4557 GLint rDst, gDst, bDst, aDst, lDst, iDst; local
4769 GLint rDst, gDst, bDst, aDst, lDst, iDst; local
[all...]
/external/aac/libFDK/src/
H A Dfft.cpp206 FIXP_DBL aDst[2*N15]; local
218 FIXP_DBL *RESTRICT pDst = aDst;
269 const FIXP_DBL *pSrc = aDst;
1090 C_ALLOC_SCRATCH_START(aDst, FIXP_DBL, length*2); \
1101 FIXP_DBL *RESTRICT pDst = aDst; \
1118 fft_apply_rot_vector(aDst, dim1, length, RotVectorReal, RotVectorImag); \
1120 /* Perform dim1 times the fft of length dim2. The input samples are at the address of aDst and the \
1122 of the interleaved samples in aDst, the output samples are stored consecutively at the address \
1126 const FIXP_DBL* pSrc = aDst; \
1151 C_ALLOC_SCRATCH_END(aDst, FIXP_DB
[all...]

Completed in 259 milliseconds