HomeSort by relevance Sort by last modified time
    Searched refs:DSTTYPE (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkBitmapProcState_sample.h 11 #define DSTTYPE SkPMColor
13 #define DSTTYPE uint16_t
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_RESTRICT colors)
    [all...]
SkBitmapProcState_shaderproc.h 16 DSTTYPE* SK_RESTRICT colors, int count);
19 DSTTYPE* SK_RESTRICT colors, int count) {
87 #undef DSTTYPE
SkBitmapProcState_procs.h 327 #define DSTTYPE uint16_t
340 #define DSTTYPE uint16_t
355 #define DSTTYPE uint32_t
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 94 #define ATTRIB( NAME, SZ, SRCTYPE, DSTTYPE, TO ) \
100 DSTTYPE *out = (DSTTYPE *)ptr; \
    [all...]

Completed in 50 milliseconds