/external/skia/tests/ |
D | ProxyTest.cpp | 61 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() == rt->uniqueID().asUInt()); in check_rendertarget() 63 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() != rt->uniqueID().asUInt()); in check_rendertarget() 102 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() == tex->uniqueID().asUInt()); in check_texture() 104 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() != tex->uniqueID().asUInt()); in check_texture()
|
/external/skqp/src/gpu/ |
D | GrResourceAllocator.cpp | 72 if (Interval* intvl = fIntvlHash.find(proxy->uniqueID().asUInt())) { 233 SkDebugf("putting surface %d back into pool\n", surface->uniqueID().asUInt()); in recycleSurface() 398 surface->uniqueID().asUInt(), in assign() 399 cur->proxy()->uniqueID().asUInt()); in assign() 443 cur->proxy()->uniqueID().asUInt(), in dumpIntervals() 444 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals() 458 cur->proxy()->uniqueID().asUInt(), in dumpIntervals() 459 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
|
D | GrResourceAllocator.h | 111 , fProxyID(proxy->uniqueID().asUInt()) in Interval() 119 fUniqueID, proxy->uniqueID().asUInt(), start, end); in Interval() 128 fProxyID = proxy->uniqueID().asUInt(); in resetTo() 135 fUniqueID, proxy->uniqueID().asUInt(), start, end); in resetTo()
|
D | GrOpList.cpp | 208 fTarget.get() ? fTarget.get()->uniqueID().asUInt() : -1, in dump() 210 ? fTarget.get()->peekSurface()->uniqueID().asUInt() in dump()
|
D | GrGpuResource.cpp | 110 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
|
/external/skqp/tests/ |
D | ProxyTest.cpp | 58 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() == rt->uniqueID().asUInt()); in check_rendertarget() 60 REPORTER_ASSERT(reporter, rtProxy->uniqueID().asUInt() != rt->uniqueID().asUInt()); in check_rendertarget() 91 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() == tex->uniqueID().asUInt()); in check_texture() 93 REPORTER_ASSERT(reporter, texProxy->uniqueID().asUInt() != tex->uniqueID().asUInt()); in check_texture()
|
/external/skia/src/gpu/ |
D | GrResourceAllocator.cpp | 70 uint32_t proxyID = proxy->uniqueID().asUInt(); 354 cur->proxy()->uniqueID().asUInt()); in planAssignment() 438 cur->proxy()->uniqueID().asUInt(), in dumpIntervals() 439 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals() 451 cur->proxy()->uniqueID().asUInt(), in dumpIntervals() 452 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
|
D | GrSurfaceProxy.h | 161 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID() 165 uint32_t asUInt() const { return fID; } in asUInt() function 343 return fDebugName.isEmpty() ? SkStringPrintf("%d", this->uniqueID().asUInt()) : fDebugName; in getDebugName()
|
D | GrSurfaceProxy.cpp | 362 this->uniqueID().asUInt(), in dump() 363 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
|
D | GrDrawingManager.h | 217 return GrSurfaceProxy::UniqueID::InvalidID().asUInt(); in GetInvalidKey()
|
D | GrGpuResource.cpp | 116 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
|
D | GrGpuResource.h | 154 uint32_t asUInt() const { return fID; } in asUInt() function
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 554 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0); 555 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1); 556 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1); 557 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff); 558 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff); 559 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000); 562 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0); 563 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1); 564 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1); 565 LLAssert(llong((uint32_t)0x7fffffff).asUInt() == (uint32_t)0x7fffffff); [all …]
|
/external/openscreen/util/json/ |
D | json_helpers.h | 59 return value.asUInt(); in ParseUint() 116 *out = value.asUInt(); in ParseAndValidateUint()
|
/external/openscreen/cast/streaming/ |
D | sender_session_unittest.cc | 192 const int audio_ssrc = audio_stream["ssrc"].asUInt(); in NegotiateOfferAndConstructAnswer() 196 const int video_ssrc = video_stream["ssrc"].asUInt(); in NegotiateOfferAndConstructAnswer() 333 EXPECT_LT(0u, audio_stream["ssrc"].asUInt()); in TEST_F() 342 EXPECT_LT(0u, video_stream["ssrc"].asUInt()); in TEST_F()
|
/external/skqp/src/gpu/effects/ |
D | GrYUVtoRGBEffect.cpp | 74 this->textureSampler(i).proxy()->uniqueID().asUInt(), in dumpInfo() 75 this->textureSampler(i).proxy()->underlyingUniqueID().asUInt()); in dumpInfo()
|
/external/skqp/src/gpu/ops/ |
D | GrCopySurfaceOp.h | 34 fSrc.get()->uniqueID().asUInt(), in dumpInfo()
|
/external/webrtc/rtc_base/strings/ |
D | json.cc | 28 *out = rtc::ToString(in.asUInt()); in GetStringFromJson() 65 *out = in.asUInt(); in GetUIntFromJson()
|
/external/skqp/include/private/ |
D | GrSurfaceProxy.h | 276 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID() 280 uint32_t asUInt() const { return fID; } in asUInt() function
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 455 JSONTEST_ASSERT_EQUAL(Json::UInt(0), null_.asUInt()); in JSONTEST_FIXTURE_LOCAL() 527 JSONTEST_ASSERT_EQUAL(1, true_.asUInt()); in JSONTEST_FIXTURE_LOCAL() 535 JSONTEST_ASSERT_EQUAL(0, false_.asUInt()); in JSONTEST_FIXTURE_LOCAL() 585 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 613 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 641 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 669 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 697 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 725 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE_LOCAL() 752 JSONTEST_ASSERT_EQUAL((1 << 20), val.asUInt()); in JSONTEST_FIXTURE_LOCAL() [all …]
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 394 public long asUInt() { in asUInt() method in FlexBuffers.Reference 562 return asUInt() != 0; in asBoolean() 588 return sb.append(asUInt()); in toString()
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 303 const unsigned int opcode = inst["opcode"].asUInt(); in jsonToSpirv() 339 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
|
/external/skqp/include/gpu/ |
D | GrGpuResource.h | 190 uint32_t asUInt() const { return fID; } in asUInt() function
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 96 ATRACE_ANDROID_FRAMEWORK_ALWAYS("Texture release(%u)", this->uniqueID().asUInt()); in onRelease()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 342 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() 376 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
|