| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Adapter.cpp | 72 wgpu::BackendType AdapterBase::GetBackendType() const { in GetBackendType() argument 76 wgpu::AdapterType AdapterBase::GetAdapterType() const { in GetAdapterType() argument 80 const std::string& AdapterBase::GetDriverDescription() const { in GetDriverDescription() argument 84 const PCIInfo& AdapterBase::GetPCIInfo() const { in GetPCIInfo() argument 88 InstanceBase* AdapterBase::GetInstance() const { in GetInstance() argument 92 FeaturesSet AdapterBase::GetSupportedFeatures() const { in GetSupportedFeatures() argument 96 SupportsAllRequestedFeatures( const std::vector<const char*>& requestedFeatures) const SupportsAllRequestedFeatures() argument 110 GetAdapterProperties() const GetAdapterProperties() argument 126 GetLimits(SupportedLimits* limits) const GetLimits() argument [all...] |
| H A D | PassResourceUsageTracker.cpp | 258 const QueryAvailabilityMa argument [all...] |
| H A D | Format.cpp | 87 bool Format::IsColor() const { in IsColor() argument 91 bool Format::HasDepth() const { in HasDepth() argument 95 bool Format::HasStencil() const { in HasStencil() argument 99 bool Format::HasDepthOrStencil() const { in HasDepthOrStencil() argument 103 bool Format::IsMultiPlanar() const { in IsMultiPlanar() argument 107 const AspectInfo& Format::GetAspectInfo(wgpu::TextureAspect aspect) const { in GetAspectInfo() argument 111 const AspectInfo& Format::GetAspectInfo(Aspect aspect) const { in GetAspectInfo() argument [all...] |
| H A D | IndirectDrawMetadata.cpp | 121 IndirectDrawMetadata::IndexedIndirectBufferValidationInfo::GetBatches() const { in GetBatches() argument [all...] |
| H A D | PipelineLayout.cpp | 341 GetType() const GetType() argument 345 GetBindGroupLayout(BindGroupIndex group) const GetBindGroupLayout() argument [all...] |
| H A D | Pipeline.cpp | 163 const PipelineLayoutBas argument 168 GetMinBufferSizes() const GetMinBufferSizes() argument 173 GetStage(SingleShaderStage stage) const GetStage() argument 178 GetAllStages() const GetAllStages() argument 182 GetStageMask() const GetStageMask() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | vulkan_platform.h | 96 bool operator==(VkHandle<Tag, HandleType> other) const { in operator ==() argument 99 bool operator!=(VkHandle<Tag, HandleType> other) const { in operator !=() argument 104 bool operator==(std::nullptr_t) const { in operator ==() argument 107 bool operator!=(std::nullptr_t) const { in operator !=() argument 112 operator HandleType() const { in operator HandleType() argument 116 HandleType GetHandle() const { in GetHandle() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | SamplerHeapCacheD3D12.cpp | 87 D3D12_GPU_DESCRIPTOR_HANDLE SamplerHeapCacheEntry::GetBaseDescriptor() const { in GetBaseDescriptor() argument 154 size_t SamplerHeapCacheEntry::HashFunc::operator()(const SamplerHeapCacheEntry* entry) const { in operator ()() argument 162 operator ()(const SamplerHeapCacheEntry* a, const SamplerHeapCacheEntry* b) const operator ()() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | AdapterVk.cpp | 33 const VulkanDeviceInfo& Adapter::GetDeviceInfo() const { in GetDeviceInfo() argument 37 VkPhysicalDevice Adapter::GetPhysicalDevice() const { in GetPhysicalDevice() argument 41 VulkanInstance* Adapter::GetVulkanInstance() const { in GetVulkanInstance() argument 328 bool Adapter::SupportsExternalImages() const { in SupportsExternalImages() argument
|
| H A D | VulkanInfo.cpp | 56 bool VulkanGlobalKnobs::HasExt(InstanceExt ext) const { in HasExt() argument 60 bool VulkanDeviceKnobs::HasExt(DeviceExt ext) const { in HasExt() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
| H A D | ObjectStorage.h | 110 const Data* Get(uint32_t id, AllocationState expected = AllocationState::Allocated) const { in Get() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff2-table.cc | 103 get_extents(hb_font_t *font, hb_codepoint_t glyph, hb_glyph_extents_t *extents) const get_extents() argument 196 get_path(hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper) const get_path() argument [all...] |
| /third_party/skia/third_party/externals/piex/src/binary_parse/ |
| H A D | range_checked_byte_ptr.h | 325 convert(T *output) const convert() argument 359 convert(size_t index, T *output) const convert() argument 468 remainingLength() const remainingLength() argument 483 errorOccurred() const errorOccurred() argument 487 operator [](size_t i) const operator []() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
| H A D | chrome_subsetter.cc | 34 operator T() const { return value_; } in operator T() argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| H A D | font_info.cc | 46 bool GlyphId::operator==(const GlyphId& other) const { in operator ==() argument 50 bool GlyphId::operator<(const GlyphId& other) const { in operator <() argument
|
| H A D | font_info.h | 46 int32_t glyph_id() const { return glyph_id_; } in glyph_id() argument 48 FontId font_id() const { return font_id_; } in font_id() argument 81 CharacterMap* chars_to_glyph_ids() const { retur argument 84 resolved_glyph_ids() const resolved_glyph_ids() argument 87 fonts() const fonts() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
| H A D | refcount.h | 144 virtual size_t AddRef() const { in AddRef() argument 150 virtual size_t Release() const { in Release() argument 223 T& operator*() const { in operator *() argument 227 operator ->() const operator ->() argument 231 operator !() const operator !() argument 235 operator <(const Ptr<T>& p) const operator <() argument 239 operator !=(T* pT) const operator !=() argument 243 operator ==(T* pT) const operator ==() argument 247 Release() const Release() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | cmap_iterator_test.cc | 51 int32_t platform_id() const { return platform_id_; } in platform_id() argument 52 int32_t encoding_id() const { return encoding_id_; } in encoding_id() argument 53 const char* file_name() const { return file_name_; } in file_name() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy() argument 80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() argument 93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp() argument 67 EmitTargetCodeForMemmove( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemmove() argument 105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemchr() argument 118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const EmitTargetCodeForStrcpy() argument 130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, SDValue Op2, MachinePointerInfo Op1PtrInfo, MachinePointerInfo Op2PtrInfo) const EmitTargetCodeForStrcmp() argument 138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForStrlen() argument 144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForStrnlen() argument 150 EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr, SDValue Size, MachinePointerInfo DstPtrInfo, bool ZeroData) const EmitTargetCodeForSetTag() argument 160 generateFMAsInMachineCombiner(CodeGenOpt::Level OptLevel) const generateFMAsInMachineCombiner() argument [all...] |
| H A D | VirtRegMap.h | 84 MachineFunction &getMachineFunction() const { in getMachineFunction() argument 89 MachineRegisterInfo &getRegInfo() const { return *MRI; } in getRegInfo() argument 90 const TargetRegisterInfo &getTargetRegInfo() const { retur in getRegInfo() argument 96 hasPhys(Register virtReg) const hasPhys() argument 102 getPhys(Register virtReg) const getPhys() argument 140 getPreSplitReg(Register virtReg) const getPreSplitReg() argument 148 getOriginal(unsigned VirtReg) const getOriginal() argument 155 isAssignedReg(Register virtReg) const isAssignedReg() argument 166 getStackSlot(Register virtReg) const getStackSlot() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 43 uint32_t getCurrentOffset() const { in getCurrentOffset() argument 68 bool isStreaming() const { in isStreaming() argument 71 bool isReading() const { in isReading() argument 74 bool isWriting() const { in isWriting() argument [all...] |
| H A D | DebugInlineeLinesSubsection.h | 77 bool valid() const { return Lines.valid(); } in valid() argument 80 Iterator begin() const { return Lines.begin(); } in begin() argument 81 Iterator end() const { return Lines.end(); } in end() argument 108 bool hasExtraFiles() const { retur argument 111 begin() const begin() argument 112 end() const end() argument [all...] |
| H A D | DebugLinesSubsection.h | 93 Iterator begin() const { return LinesAndColumns.begin(); } in begin() argument 94 Iterator end() const { return LinesAndColumns.end(); } in end() argument 96 const LineFragmentHeader *header() const { return Header; } in header() argument [all...] |
| H A D | Line.h | 39 uint32_t getStartLine() const { return LineData & StartLineMask; } in getStartLine() argument 41 uint32_t getLineDelta() const { in getLineDelta() argument 45 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine() argument 47 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() argument 49 uint32_t getRawData() const { return LineData; } in getRawData() argument 51 bool isAlwaysStepInto() const { in isAlwaysStepInto() argument 55 bool isNeverStepInto() const { in isNeverStepInto() argument 76 getStartColumn() const getStartColumn() argument 80 getEndColumn() const getEndColumn() argument 85 getRawData() const getRawData() argument 106 getLineInfo() const getLineInfo() argument 108 getColumnInfo() const getColumnInfo() argument 110 getCodeOffset() const getCodeOffset() argument 112 getStartLine() const getStartLine() argument 114 getLineDelta() const getLineDelta() argument 116 getEndLine() const getEndLine() argument 118 getStartColumn() const getStartColumn() argument 120 getEndColumn() const getEndColumn() argument 122 isStatement() const isStatement() argument 124 isAlwaysStepInto() const isAlwaysStepInto() argument 126 isNeverStepInto() const isNeverStepInto() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 51 bool isValid() const { return U && Die; } in isValid() argument 52 explicit operator bool() const { return isValid(); } in operator bool() argument 53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() argument 54 DWARFUnit *getDwarfUnit() const { return U; } in getDwarfUnit() argument 59 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const { in getAbbreviationDeclarationPtr() argument 67 uint64_t getOffset() const { in getOffset() argument 72 getTag() const getTag() argument 79 hasChildren() const hasChildren() argument 85 isNULL() const isNULL() argument 313 operator bool() const operator bool() argument 314 operator *() const operator *() argument 364 operator *() const operator *() argument 379 begin() const begin() argument 383 end() const end() argument 387 children() const children() argument 412 base() const base() argument 436 operator *() const operator *() argument 444 equals(const reverse_iterator<llvm::DWARFDie::iterator> &RHS) const equals() argument 463 rbegin() const rbegin() argument 467 rend() const rend() argument [all...] |