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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_procs.h 93 #define CHECKSTATE(state) SkASSERT(4 == state.fBitmap->bytesPerPixel()); \
105 #define CHECKSTATE(state) SkASSERT(4 == state.fBitmap->bytesPerPixel()); \
124 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fBitmap->colorType()); \
140 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fBitmap->colorType()); \
155 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fBitmap->colorType()); \
169 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fBitmap->colorType()); \
186 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fBitmap->colorType()); \
202 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fBitmap->colorType()); \
221 #define CHECKSTATE(state) SkASSERT(kAlpha_8_SkColorType == state.fBitmap->colorType());
246 #define CHECKSTATE(state) SkASSERT(4 == state.fBitmap->bytesPerPixel());
    [all...]
SkBitmapProcState_shaderproc.h 25 SkDEBUGCODE(CHECKSTATE(s);)
88 #undef CHECKSTATE
SkBitmapProcState_sample.h 46 SkDEBUGCODE(CHECKSTATE(s);)
89 SkDEBUGCODE(CHECKSTATE(s);)
143 SkDEBUGCODE(CHECKSTATE(s);)
189 SkDEBUGCODE(CHECKSTATE(s);)
231 #undef CHECKSTATE
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 56 #define CHECKSTATE 8
209 ub4 i, state[CHECKSTATE];
210 for (i=0; i<CHECKSTATE; ++i) state[i] = initlev;
217 " unsigned long i,state[CHECKSTATE],rsl;\n");
219 " for (i=0; i<CHECKSTATE; ++i) state[i]=0x%lx;\n",initlev);
    [all...]

Completed in 338 milliseconds