Searched refs:DSTTYPE (Results 1 - 4 of 4) sorted by relevance
/external/skia/src/core/ |
H A D | SkBitmapProcState_sample.h | 11 #define DSTTYPE SkPMColor macro 13 #define DSTTYPE uint16_t macro 30 int count, DSTTYPE* SK_RESTRICT colors); 33 int count, DSTTYPE* SK_RESTRICT colors); 36 int count, DSTTYPE* SK_RESTRICT colors); 39 int count, DSTTYPE* SK_RESTRICT colors); 43 int count, DSTTYPE* SK_RESTRICT colors) { 85 int count, DSTTYPE* SK_RESTRICT colors) { 107 DSTTYPE dstValue = RETURNDST(src); 140 int count, DSTTYPE* SK_RESTRIC 229 #undef DSTTYPE macro [all...] |
H A D | SkBitmapProcState_shaderproc.h | 16 DSTTYPE* SK_RESTRICT colors, int count); 19 DSTTYPE* SK_RESTRICT colors, int count) { 87 #undef DSTTYPE macro
|
H A D | SkBitmapProcState_procs.h | 327 #define DSTTYPE uint16_t macro 340 #define DSTTYPE uint16_t macro 355 #define DSTTYPE uint32_t macro
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_generic.c | 94 #define ATTRIB( NAME, SZ, SRCTYPE, DSTTYPE, TO ) \ 100 DSTTYPE *out = (DSTTYPE *)ptr; \
|
Completed in 370 milliseconds