HomeSort by relevance Sort by last modified time
    Searched defs:oldVal (Results 1 - 25 of 29) sorted by null

1 2

  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 476 deUint32 oldVal = rowAccess.getPixStencil(x, 0);
477 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 479 deUint32 oldVal = rowAccess.getPixStencil(x, 0);
480 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
  /external/icu/icu4c/source/test/intltest/
plurults.cpp     [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 837 char *oldVal = reinterpret_cast<char *>(destPtr);
839 elem->decRefs(oldVal);
840 oldVal += stride;
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 190 const int oldVal = dst.getPixStencil(x, y);
191 const int newVal = (oldVal+1)&stencilMask;
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 973 int32_t oldVal, newVal;
974 if (!mInputFormat->findInt32(keys[i], &oldVal) ||
976 oldVal != newVal) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]