Home
last modified time | relevance | path

Searched refs:ObjectId (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
DWireCmd.h26 using ObjectId = uint32_t; variable
29 ObjectId id;
33 ObjectHandle(ObjectId id, ObjectGeneration generation);
60 virtual WireResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const = 0;
61 … virtual WireResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const = 0;
69 virtual WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const = 0;
70 … virtual WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const = 0;
119 ObjectId selfId;
DWireCmd.cpp45 ObjectId
642 ObjectHandle::ObjectHandle(ObjectId id, ObjectGeneration generation)
740 WireResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const override {
743 … WireResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const override {
755 WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const override {
758 … WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const override {
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/
DWireCmd.h22 using ObjectId = uint32_t; variable
25 ObjectId id;
46 … virtual DeserializeResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const = 0;
47 … virtual DeserializeResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const = 0;
55 virtual ObjectId GetId({{as_cType(type.name)}} object) const = 0;
56 virtual ObjectId GetOptionalId({{as_cType(type.name)}} object) const = 0;
111 ObjectId selfId;
DWireCmd.cpp36 ObjectId
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DObjectStorage.h73 inline uint64_t PackObjectTypeAndId(ObjectType type, ObjectId id) {
75 static_assert(sizeof(ObjectId) * 8 <= 32, "");
79 inline std::pair<ObjectType, ObjectId> UnpackObjectTypeAndId(uint64_t payload) {
81 ObjectId id = payload & 0xFFFFFFFF;
202 void Store(T key, ObjectId id) {
207 ObjectId Get(T key) const {
223 std::map<T, ObjectId> mTable;
DServerQueue.cpp29 bool Server::DoQueueOnSubmittedWorkDone(ObjectId queueId, in DoQueueOnSubmittedWorkDone()
48 bool Server::DoQueueWriteBuffer(ObjectId queueId, in DoQueueWriteBuffer()
49 ObjectId bufferId, in DoQueueWriteBuffer()
76 bool Server::DoQueueWriteTexture(ObjectId queueId, in DoQueueWriteTexture()
DServerDevice.cpp82 bool Server::DoDevicePopErrorScope(ObjectId deviceId, uint64_t requestSerial) { in DoDevicePopErrorScope()
117 ObjectId deviceId, in DoDeviceCreateComputePipelineAsync()
164 bool Server::DoDeviceCreateRenderPipelineAsync(ObjectId deviceId, in DoDeviceCreateRenderPipelineAsync()
DServer.h146 ObjectId pipelineObjectID;
229 bool TrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id);
230 bool UntrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id);
DServerBuffer.cpp53 bool Server::DoBufferMapAsync(ObjectId bufferId, in DoBufferMapAsync()
102 bool Server::DoDeviceCreateBuffer(ObjectId deviceId, in DoDeviceCreateBuffer()
187 bool Server::DoBufferUpdateMappedData(ObjectId bufferId, in DoBufferUpdateMappedData()
DServer.cpp172 bool TrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in TrackDeviceChild()
181 bool UntrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in UntrackDeviceChild()
DServerShaderModule.cpp21 bool Server::DoShaderModuleGetCompilationInfo(ObjectId shaderModuleId, uint64_t requestSerial) { in DoShaderModuleGetCompilationInfo()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DObjectStorage.h150 void Store(T key, ObjectId id) {
155 ObjectId Get(T key) const {
171 std::map<T, ObjectId> mTable;
DServerBuffer.cpp34 bool Server::DoBufferMapAsync(ObjectId bufferId, in DoBufferMapAsync()
171 bool Server::DoBufferSetSubDataInternal(ObjectId bufferId, in DoBufferSetSubDataInternal()
189 bool Server::DoBufferUpdateMappedData(ObjectId bufferId, in DoBufferUpdateMappedData()
DServerQueue.cpp27 ObjectId fenceId = FenceObjectIdTable().Get(cFence); in DoQueueSignal()
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
DClientBase.h44 ObjectId GetId({{as_cType(type.name)}} object) const final {
47 ObjectId GetOptionalId({{as_cType(type.name)}} object) const final {
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
DClientBase.h52 WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const final {
60 WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const final {
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerBase.h64 DeserializeResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const final {
74 … DeserializeResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const final {
DServerDoers.cpp67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) {
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerDoers.cpp67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) {
98 ObjectId childObjectId;
DServerBase.h73 WireResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const final {
83 WireResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const final {
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.h86 ObjectId pipelineObjectID;
/third_party/json/doc/mkdocs/docs/features/binary_formats/
Dbson.md64 ObjectId | 0x07 | *unsupported*
/third_party/libuv/src/win/
Dwinapi.h4406 UCHAR ObjectId[16]; member