Home
last modified time | relevance | path

Searched defs:const (Results 1576 - 1600 of 20717) sorted by relevance

1...<<61626364656667686970>>...829

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp23 SMLoc MCAsmLexer::getLoc() const { in getLoc() argument
27 SMLoc AsmToken::getLoc() const { in getLoc() argument
31 SMLoc AsmToken::getEndLoc() const { in getEndLoc() argument
35 SMRange AsmToken::getLocRange() const { in getLocRange() argument
39 void AsmToken::dump(raw_ostream &OS) const { in dump() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionXCOFF.cpp19 void MCSectionXCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() argument
71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign() argument
73 bool MCSectionXCOFF::isVirtualSection() const { return XCOFF::XTY_CM == Type; } in isVirtualSection() argument
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Dresult.h44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.h45 getAHBFunctions() const getAHBFunctions() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSamplerVk.h29 const vk::SamplerHelper &getSampler() const in getSampler() argument
/third_party/skia/src/gpu/
H A DGrOnFlushResourceProvider.cpp39 const GrCaps* GrOnFlushResourceProvider::caps() const { in caps() argument
H A DGrSwizzle.cpp12 void GrSwizzle::apply(SkRasterPipeline* pipeline) const { in apply() argument
38 SkString GrSwizzle::asString() const { in asString() argument
H A DGrShaderCaps.cpp87 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() argument
159 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON() argument
H A DGrTextureProxyPriv.h23 bool isDeferred() const { return SkToBool(fTextureProxy->fDeferredUploader.get()); } in isDeferred() argument
48 inline const GrTextureProxyPriv GrTextureProxy::texPriv() const { // NOLINT(readability-const-return-type) in texPriv() argument
H A DGrTextureResolveManager.h28 GrTextureResolveRenderTask* newTextureResolveRenderTask(const GrCaps& caps) const { in newTextureResolveRenderTask() argument
H A DGrProgramInfo.cpp13 GrStencilSettings GrProgramInfo::nonGLStencilSettings() const { in nonGLStencilSettings() argument
26 void GrProgramInfo::validate(bool flushTime) const { in validate() argument
32 void GrProgramInfo::checkAllInstantiated() const { in checkAllInstantiated() argument
39 void GrProgramInfo::checkMSAAAndMIPSAreResolved() const { in checkMSAAAndMIPSAreResolved() argument
H A DGrProcessorAnalysis.cpp52 bool GrColorFragmentProcessorAnalysis::requiresDstTexture(const GrCaps& caps) const { in requiresDstTexture() argument
H A DGrResourceProviderPriv.h36 inline const GrResourceProviderPriv GrResourceProvider::priv() const { // NOLINT(readability-const-return-type) in priv() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceState.h23 D3D12_RESOURCE_STATES getResourceState() const { in getResourceState() argument
H A DGrD3DPipeline.h31 ID3D12PipelineState* d3dPipelineState() const { return fPipelineState.get(); } in d3dPipelineState() argument
H A DGrD3DAttachment.h30 D3D12_CPU_DESCRIPTOR_HANDLE view() const { return fView.fHandle; } in view() argument
H A DGrD3DSemaphore.h26 ID3D12Fence* fence() const { return fFenceInfo.fFence.get(); } in fence() argument
27 uint64_t value() const { return fFenceInfo.fValue; } in value() argument
H A DGrD3DSemaphore.cpp27 GrBackendSemaphore GrD3DSemaphore::backendSemaphore() const { in backendSemaphore() argument
/third_party/skia/src/gpu/mtl/
H A DGrMtlBuffer.h26 id<MTLBuffer> mtlBuffer() const { return fMtlBuffer; } in mtlBuffer() argument
H A DGrMtlPipeline.h36 id<MTLRenderPipelineState> mtlPipelineState() const { return fPipelineState; } in mtlPipelineState() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnAttachment.h22 wgpu::TextureView view() const { return fView; } in view() argument
H A DGrDawnRenderTarget.h32 wgpu::TextureView textureView() const { return fInfo.fTextureView; } in textureView() argument
H A DGrDawnTexture.h33 wgpu::Texture texture() const { return fInfo.fTexture; } in texture() argument
34 wgpu::TextureFormat format() const { return fInfo.fFormat; } in format() argument
/third_party/skia/src/gpu/text/
H A DGrDistanceFieldAdjustTable.h23 SkScalar getAdjustment(int i, bool useGammaCorrectTable) const { in getAdjustment() argument
/third_party/skia/src/codec/
H A DSkBmpBaseCodec.h25 bool didCreateSrcBuffer() const { return fSrcBuffer != nullptr; } in didCreateSrcBuffer() argument

Completed in 7 milliseconds

1...<<61626364656667686970>>...829