/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/ |
D | WireCmd.h | 26 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;
|
D | WireCmd.cpp | 45 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/ |
D | WireCmd.h | 22 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;
|
D | WireCmd.cpp | 36 ObjectId
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | ObjectStorage.h | 73 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;
|
D | ServerQueue.cpp | 29 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()
|
D | ServerDevice.cpp | 82 bool Server::DoDevicePopErrorScope(ObjectId deviceId, uint64_t requestSerial) { in DoDevicePopErrorScope() 117 ObjectId deviceId, in DoDeviceCreateComputePipelineAsync() 164 bool Server::DoDeviceCreateRenderPipelineAsync(ObjectId deviceId, in DoDeviceCreateRenderPipelineAsync()
|
D | Server.h | 146 ObjectId pipelineObjectID; 229 bool TrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id); 230 bool UntrackDeviceChild(DeviceInfo* device, ObjectType type, ObjectId id);
|
D | ServerBuffer.cpp | 53 bool Server::DoBufferMapAsync(ObjectId bufferId, in DoBufferMapAsync() 102 bool Server::DoDeviceCreateBuffer(ObjectId deviceId, in DoDeviceCreateBuffer() 187 bool Server::DoBufferUpdateMappedData(ObjectId bufferId, in DoBufferUpdateMappedData()
|
D | Server.cpp | 172 bool TrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in TrackDeviceChild() 181 bool UntrackDeviceChild(DeviceInfo* info, ObjectType type, ObjectId id) { in UntrackDeviceChild()
|
D | ServerShaderModule.cpp | 21 bool Server::DoShaderModuleGetCompilationInfo(ObjectId shaderModuleId, uint64_t requestSerial) { in DoShaderModuleGetCompilationInfo()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | ObjectStorage.h | 150 void Store(T key, ObjectId id) { 155 ObjectId Get(T key) const { 171 std::map<T, ObjectId> mTable;
|
D | ServerBuffer.cpp | 34 bool Server::DoBufferMapAsync(ObjectId bufferId, in DoBufferMapAsync() 171 bool Server::DoBufferSetSubDataInternal(ObjectId bufferId, in DoBufferSetSubDataInternal() 189 bool Server::DoBufferUpdateMappedData(ObjectId bufferId, in DoBufferUpdateMappedData()
|
D | ServerQueue.cpp | 27 ObjectId fenceId = FenceObjectIdTable().Get(cFence); in DoQueueSignal()
|
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
D | ClientBase.h | 44 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/ |
D | ClientBase.h | 52 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/ |
D | ServerBase.h | 64 DeserializeResult GetFromId(ObjectId id, {{as_cType(type.name)}}* out) const final { 74 … DeserializeResult GetOptionalFromId(ObjectId id, {{as_cType(type.name)}}* out) const final {
|
D | ServerDoers.cpp | 67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) {
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/ |
D | ServerDoers.cpp | 67 bool Server::DoDestroyObject(ObjectType objectType, ObjectId objectId) { 98 ObjectId childObjectId;
|
D | ServerBase.h | 73 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/ |
D | Device.h | 86 ObjectId pipelineObjectID;
|
/third_party/json/doc/mkdocs/docs/features/binary_formats/ |
D | bson.md | 64 ObjectId | 0x07 | *unsupported*
|
/third_party/libuv/src/win/ |
D | winapi.h | 4406 UCHAR ObjectId[16]; member
|