Home
last modified time | relevance | path

Searched refs:asUInt (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/tests/
H A DProxyTest.cpp61 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()
/third_party/skia/src/gpu/
H A DGrResourceAllocator.cpp70 uint32_t proxyID = proxy->uniqueID().asUInt(); in addInterval()
363 cur->proxy()->uniqueID().asUInt()); in planAssignment()
447 cur->proxy()->uniqueID().asUInt(), in dumpIntervals()
448 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1, in dumpIntervals()
460 cur->proxy()->uniqueID().asUInt(), in dumpIntervals()
461 cur->proxy()->isInstantiated() ? cur->proxy()->underlyingUniqueID().asUInt() : -1); in dumpIntervals()
H A DGrSurfaceProxy.h164 explicit UniqueID(const GrGpuResource::UniqueID& id) : fID(id.asUInt()) { } in UniqueID()
168 uint32_t asUInt() const { return fID; } in asUInt() function in GrSurfaceProxy::UniqueID
346 return fDebugName.isEmpty() ? SkStringPrintf("%d", this->uniqueID().asUInt()) : fDebugName; in getDebugName()
H A DGrDrawingManager.h240 return GrSurfaceProxy::UniqueID::InvalidID().asUInt(); in GetInvalidKey()
H A DGrSurfaceProxy.cpp371 this->uniqueID().asUInt(), in dump()
372 this->peekSurface() ? this->peekSurface()->uniqueID().asUInt() in dump()
H A DGrAuditTrail.cpp198 writer.appendU32("ProxyID", fProxyUniqueID.asUInt());
H A DGrGpuResource.cpp125 resourceName.appendU32(this->uniqueID().asUInt()); in getResourceName()
H A DGrGpuResource.h246 uint32_t asUInt() const { return fID; } in asUInt() function in GrGpuResource::UniqueID
H A DGrGpu.cpp496 surface->uniqueID().asUInt(), rect.width(), rect.height()); in writePixels()
538 duration, surface->uniqueID().asUInt(), rect.width(), rect.height()); in writePixels()
H A DGrDrawingManager.cpp565 uint32_t key = proxy->uniqueID().asUInt();
574 auto entry = fLastRenderTasks.find(proxy->uniqueID().asUInt()); in getLastRenderTask()
H A DGrResourceCache.cpp1578 uint32_t id = texture->uniqueID().asUInt();
1595 uint32_t id = msgs[i].fTexture->uniqueID().asUInt();
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp556 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0);
557 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1);
558 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1);
559 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff);
560 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff);
561 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000);
564 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0);
565 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1);
566 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1);
567 LLAssert(llong((uint32_t)0x7fffffff).asUInt()
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp97 ATRACE_ANDROID_FRAMEWORK_ALWAYS("Texture release(%u)", this->uniqueID().asUInt()); in onRelease()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv()
401 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
H A Dheader.cpp281 values.push_back(valpair_t(e->asUInt(), e.name())); in getSortedVals()
316 out << fmtConstInt(meta[name].asUInt(), name, fmt, isLast); in printMeta()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.cpp354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv()
401 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
H A Dheader.cpp281 values.push_back(valpair_t(e->asUInt(), e.name())); in getSortedVals()
316 out << fmtConstInt(meta[name].asUInt(), name, fmt, isLast); in printMeta()
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp560 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv()
610 result.first = enumerant["value"].asUInt(); in jsonToSpirv()
H A Dheader.cpp283 values.push_back(valpair_t(e->asUInt(), e.name())); in getSortedVals()
318 out << fmtConstInt(meta[name].asUInt(), name, fmt, isLast); in printMeta()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp118 deUint32 _res = static_cast<deUint32>(obj.asUInt()); in parse_size_t()
194 o = obj.asUInt(); in parse_uint32_t()
199 o = static_cast<deUint8>(obj.asUInt()); in parse_uint8_t()
243 o = static_cast<deUint16>(obj.asUInt()); in parse_uint16_t()
4435 o = obj.asUInt(); in parse_VkInstanceCreateFlags()
4490 o = obj.asUInt(); in parse_VkDeviceCreateFlags()
4530 o = obj.asUInt(); in parse_VkMemoryMapFlags()
4555 o = obj.asUInt(); in parse_VkSemaphoreCreateFlags()
4595 o = obj.asUInt(); in parse_VkQueryPoolCreateFlags()
4650 o = obj.asUInt(); in parse_VkBufferViewCreateFlags()
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp254 pipelineDescription.id.pipelineIdentifier[i] = deUint8(jsonPipelineUUID[i].asUInt()); in importFilesForExternalCompiler()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h721 UInt asUInt() const;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h671 UInt asUInt() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h671 UInt asUInt() const;
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h671 UInt asUInt() const;

Completed in 46 milliseconds

12