/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 138 const GLint tmask = texImg->Height - 1; \ 151 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 196 const GLint tmask = texImg->Height - 1; \ 212 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 242 GLint smask, tmask; member in struct:affine_info 365 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 382 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 390 if (t == info->tmask) { \ 553 info.tmask = texImg->Height - 1; \ 598 GLint smask, tmask; member in struct:persp_info [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 138 const GLint tmask = texImg->Height - 1; \ 151 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 196 const GLint tmask = texImg->Height - 1; \ 212 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 242 GLint smask, tmask; member in struct:affine_info 365 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 382 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ 390 if (t == info->tmask) { \ 553 info.tmask = texImg->Height - 1; \ 598 GLint smask, tmask; member in struct:persp_info [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
update.c | 120 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ local 149 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); 151 assert( pTrigger || tmask==0 ); 155 # define tmask 0 macro 165 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 431 }else if( 0==(tmask&TRIGGER_BEFORE) || i>31 || (newmask&(1<<i)) ){ 448 if( tmask&TRIGGER_BEFORE ){
|
insert.c | 476 int tmask; /* Mask of trigger times */ local 506 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); 510 # define tmask 0 macro 517 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); 531 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 809 if( tmask & TRIGGER_BEFORE ){ 1058 #undef tmask macro [all...] |
/external/opencv/ml/src/ |
_ml.h | 115 uchar* tmask; int tmstep; int ntm; - typeMask 129 uchar* tmask; \ 142 data = classes = tmask = missed = sidx = cidx = NULL; \
|
/external/llvm/test/Transforms/InstCombine/ |
sext.ll | 120 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15> 121 store <2 x i16> %tmask, <2 x i16>* %dst
|
/external/tcpdump/ |
print-dvmrp.c | 191 printf("\n\tMask %s", intoa(htonl(mask)));
|
/external/opencv/cv/src/ |
cvfundam.cpp | 167 CvMat* mask0 = mask, *tmask = 0, *t; local 184 tmask = cvCreateMat( 1, count, CV_8UC1 ); 219 goodCount = findInliers( m1, m2, &model_i, err, tmask, reprojThreshold ); 223 CV_SWAP( tmask, mask, t ); 236 CV_SWAP( tmask, mask, t ); 237 cvCopy( tmask, mask ); 250 cvReleaseMat( &tmask ); [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf_unittest.c | 272 create_config_file("mask = 1\n\t\tmask= \t0\t\t\n");
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state.c | 474 int tmask = depth_stencil->stencil[1].valuemask & 0xff; local 490 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) | [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 474 int tmask = depth_stencil->stencil[1].valuemask & 0xff; local 490 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) | [all...] |
/external/qemu/target-mips/ |
cpu.h | 417 /* TMASK defines different execution modes */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XIproto.h | 89 struct tmask struct [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XIproto.h | 89 struct tmask struct [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XIproto.h | 89 struct tmask struct [all...] |
/external/chromium/net/tools/flip_server/ |
epoll_server.h | [all...] |
/external/chromium_org/net/tools/flip_server/ |
epoll_server.h | 819 (*os) << "\tmask: " << EventMaskToString(mask_); [all...] |