Home
last modified time | relevance | path

Searched defs:const (Results 7101 - 7125 of 13233) sorted by relevance

1...<<281282283284285286287288289290>>...530

/third_party/skia/src/gpu/text/
H A DGrAtlasManager.h96 uint64_t atlasGeneration(GrMaskFormat format) const { in atlasGeneration() argument
157 GrMaskFormat resolveMaskFormat(GrMaskFormat format) const { in resolveMaskFormat() argument
170 GrDrawOpAtlas* getAtlas(GrMaskFormat format) const { in getAtlas() argument
[all...]
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrTessellationShader.h33 GrPrimitiveType primitiveType() const { return fPrimitiveType; } in primitiveType() argument
34 int tessellationPatchVertexCount() const { return fTessellationPatchVertexCount; } in tessellationPatchVertexCount() argument
35 const SkMatrix& viewMatrix() const { return fViewMatrix; } in viewMatrix() argument
36 const SkPMColor4f& color() const { return fColor;} in color() argument
[all...]
H A DGrStrokeTessellationShader.cpp145 emitTessellationCode( const GrStrokeTessellationShader& shader, SkString* code, GrGPArgs* gpArgs, const GrShaderCaps& shaderCaps) const emitTessellationCode() argument
401 getShaderDfxInfo() const getShaderDfxInfo() argument
409 addToKey(const GrShaderCaps&, GrProcessorKeyBuilder* b) const addToKey() argument
424 makeProgramImpl( const GrShaderCaps&) const makeProgramImpl() argument
[all...]
H A DGrStrokeTessellationShader.h40 Mode mode() const { return fMode; } in mode() argument
41 PatchAttribs attribs() const { return fPatchAttribs; } in attribs() argument
42 bool hasDynamicStroke() const { return fPatchAttribs & PatchAttribs::kStrokeParams; } in hasDynamicStroke() argument
43 bool hasDynamicColor() const { return fPatchAttribs & PatchAttribs::kColor; } in hasDynamicColor() argument
44 bool hasExplicitCurveType() const { return fPatchAttribs & PatchAttribs::kExplicitCurveType; } in hasExplicitCurveType() argument
45 const SkStrokeRec& stroke() const { retur in hasExplicitCurveType() argument
46 maxParametricSegments_log2() const maxParametricSegments_log2() argument
47 fixedCountNumTotalEdges() const fixedCountNumTotalEdges() argument
[all...]
H A DGrPathTessellationShader.cpp41 makeProgramImpl( const GrShaderCaps&) const makeProgramImpl() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp46 void GrVkCommandBuffer::freeGPUData(const GrGpu* gpu, VkCommandPool cmdPool) const { in freeGPUData() argument
[all...]
H A DGrVkTexture.cpp166 GrBackendTexture GrVkTexture::getBackendTexture() const { in getBackendTexture() argument
171 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() argument
191 void GrVkTexture::dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const { in dumpMemoryStatistics() argument
H A DGrVkResourceProvider.h223 resetShaderCacheForTesting() const resetShaderCacheForTesting() argument
277 getCompatibleRenderPass() const getCompatibleRenderPass() argument
[all...]
/third_party/skia/src/image/
H A DSkImage_Base.h40 virtual bool onPeekPixels(SkPixmap*) const { return false; } in onPeekPixels() argument
42 virtual const SkBitmap* onPeekBitmap() const { return nullptr; } in onPeekBitmap() argument
54 virtual SkMipmap* onPeekMips() const { return nullptr; } in onPeekMips() argument
56 sk_sp<SkMipmap> refMips() const { in refMips() argument
81 context() const context() argument
87 onFlush(GrDirectContext*, const GrFlushInfo&) const onFlush() argument
115 isYUVA() const isYUVA() argument
128 onPinAsTexture(GrRecordingContext*) const onPinAsTexture() argument
129 onUnpinAsTexture(GrRecordingContext*) const onUnpinAsTexture() argument
130 isPinnedOnContext(GrRecordingContext*) const isPinnedOnContext() argument
139 onRefEncoded() const onRefEncoded() argument
144 onIsLazyGenerated() const onIsLazyGenerated() argument
147 onIsTextureBacked() const onIsTextureBacked() argument
150 onTextureSize() const onTextureSize() argument
154 notifyAddedToRasterCache() const notifyAddedToRasterCache() argument
166 onMakeWithMipmaps(sk_sp<SkMipmap>) const onMakeWithMipmaps() argument
[all...]
/third_party/skia/src/core/
H A DSk4px.h36 Sk4px inv() const { return Sk16b(255) - *this; } in inv() argument
59 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() argument
60 void store2(SkPMColor px[2]) const { memcp in store4() argument
61 store1(SkPMColor px[1]) const store1() argument
76 operator *(const Wide& o) const operator *() argument
77 operator +(const Wide& o) const operator +() argument
78 operator -(const Wide& o) const operator -() argument
79 operator >>(int bits) const operator >>() argument
80 operator <<(int bits) const operator <<() argument
90 operator *(const Sk4px& o) const operator *() argument
93 operator +(const Sk4px& o) const operator +() argument
94 operator -(const Sk4px& o) const operator -() argument
95 operator <(const Sk4px& o) const operator <() argument
96 thenElse(const Sk4px& t, const Sk4px& e) const thenElse() argument
100 approxMulDiv255(const Sk16b& o) const approxMulDiv255() argument
[all...]
H A DSkBlockAllocator.cpp51 size_t SkBlockAllocator::totalSize() const { in totalSize() argument
61 size_t SkBlockAllocator::totalUsableSpace() const { in totalUsableSpace() argument
73 size_t SkBlockAllocator::totalSpaceInUse() const { in totalSpaceInUse() argument
262 void SkBlockAllocator::validate() const { in validate() argument
[all...]
H A DSkGlyphRun.h40 size_t runSize() const { return fSource.size(); } in runSize() argument
41 SkSpan<const SkPoin in runSize() argument
42 glyphsIDs() const glyphsIDs() argument
43 source() const source() argument
44 font() const font() argument
45 clusters() const clusters() argument
46 text() const text() argument
47 scaledRotations() const scaledRotations() argument
83 canCache() const canCache() argument
84 runCount() const runCount() argument
85 totalGlyphCount() const totalGlyphCount() argument
93 hasRSXForm() const hasRSXForm() argument
102 origin() const origin() argument
103 sourceBounds() const sourceBounds() argument
104 blob() const blob() argument
134 empty() const empty() argument
[all...]
H A DSkPicture.cpp53 SkPictInfo SkPicture::createHeader() const { in createHeader() argument
220 backport() const backport() argument
229 serialize(SkWStream* stream, const SkSerialProcs* procs) const serialize() argument
233 serialize(const SkSerialProcs* procs) const serialize() argument
267 serialize(SkWStream* stream, const SkSerialProcs* procsPtr, SkRefCntSet* typefaceSet, bool textBlobsOnly) const serialize() argument
[all...]
/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.cpp61 GrSDFTControl GrRecordingContextPriv::getSDFTControl(bool useSDFTForSmallText) const { in getSDFTControl() argument
[all...]
H A DGrRecordingContext.cpp56 int GrRecordingContext::maxSurfaceSampleCountForColorType(SkColorType colorType) const { in maxSurfaceSampleCountForColorType() argument
151 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() argument
159 const GrThreadSafeCache* GrRecordingContext::threadSafeCache() const { in threadSafeCache() argument
169 int GrRecordingContext::maxTextureSize() const { return this->caps()->maxTextureSize(); } in maxTextureSize() argument
171 int GrRecordingContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() argument
173 bool GrRecordingContext::colorTypeSupportedAsImage(SkColorType colorType) const { in colorTypeSupportedAsImage() argument
185 dumpJSON(SkJSONWriter* writer) const dumpJSON() argument
196 dumpJSON(SkJSONWriter*) const dumpJSON() argument
203 dump(SkString* out) const dump() argument
208 dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const dumpKeyValuePairs() argument
217 dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const dumpKeyValuePairs() argument
231 dump() const dump() argument
[all...]
H A DGrProgramInfo.h55 int numSamples() const { return fNumSamples; } in numSamples() argument
56 int needsStencil() const { return fNeedsStencil; } in needsStencil() argument
57 bool isStencilEnabled() const { in isStencilEnabled() argument
61 const GrUserStencilSettings* userStencilSettings() const { retur in isStencilEnabled() argument
63 backendFormat() const backendFormat() argument
64 origin() const origin() argument
65 pipeline() const pipeline() argument
66 geomProc() const geomProc() argument
68 primitiveType() const primitiveType() argument
69 tessellationPatchVertexCount() const tessellationPatchVertexCount() argument
74 targetHasVkResolveAttachmentWithInput() const targetHasVkResolveAttachmentWithInput() argument
78 targetsNumSamples() const targetsNumSamples() argument
80 renderPassBarriers() const renderPassBarriers() argument
82 colorLoadOp() const colorLoadOp() argument
84 primitiveTypeKey() const primitiveTypeKey() argument
94 visitFPProxies(const GrVisitProxyFunc& func) const visitFPProxies() argument
[all...]
H A DGrSurface.h25 SkISize dimensions() const { return fDimensions; } in dimensions() argument
30 int width() const { return fDimensions.width(); } in width() argument
35 int height() const { return fDimensions.height(); } in height() argument
40 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() argument
61 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() argument
67 virtual const GrRenderTarget* asRenderTarget() const { return nullptr; } in asRenderTarget() argument
69 GrInternalSurfaceFlags flags() const { retur argument
78 readOnly() const readOnly() argument
80 framebufferOnly() const framebufferOnly() argument
85 isProtected() const isProtected() argument
99 glRTFBOIDis0() const glRTFBOIDis0() argument
108 requiresManualMSAAResolve() const requiresManualMSAAResolve() argument
[all...]
H A DGrSurfaceProxyView.h32 operator bool() const { return SkToBool(fProxy.get()); } in operator bool() argument
37 bool operator==(const GrSurfaceProxyView& view) const { in operator ==() argument
42 bool operator!=(const GrSurfaceProxyView& other) const { return !(*this == other); } in operator !=() argument
44 int width() const { return this->proxy()->width(); } in width() argument
45 int height() const { return this->proxy()->height(); } in height() argument
46 SkISize dimensions() const { retur in height() argument
48 mipmapped() const mipmapped() argument
55 proxy() const proxy() argument
56 refProxy() const refProxy() argument
58 asTextureProxy() const asTextureProxy() argument
64 asTextureProxyRef() const asTextureProxyRef() argument
68 asRenderTargetProxy() const asRenderTargetProxy() argument
75 asRenderTargetProxyRef() const asRenderTargetProxyRef() argument
79 origin() const origin() argument
80 swizzle() const swizzle() argument
84 makeSwizzle(GrSwizzle swizzle) const makeSwizzle() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h35 const GrD3DCaps& d3dCaps() const { return static_cast<const GrD3DCaps&>(*this->caps()); } in d3dCaps() argument
42 ID3D12Device* device() const { return fDevice.get(); } in device() argument
43 ID3D12CommandQueue* queue() const { return fQueue.get(); } in queue() argument
45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() argument
47 GrD3DDirectCommandList* currentCommandList() const { return fCurrentDirectCommandList.get(); } in currentCommandList() argument
54 bool protectedContext() const { retur argument
[all...]
H A DGrD3DDescriptorTableManager.h35 ID3D12DescriptorHeap* heap() const { return fHeap; } in heap() argument
36 D3D12_DESCRIPTOR_HEAP_TYPE type() const { return fType; } in type() argument
61 bool canAllocate(unsigned int count) const { in canAllocate() argument
64 ID3D12DescriptorHeap* d3dDescriptorHeap() const { return fHeap->descriptorHeap(); } in d3dDescriptorHeap() argument
65 D3D12_DESCRIPTOR_HEAP_TYPE type() const { return fType; } in type() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp56 bool operator==(const BlendFormula& that) const { in operator ==() argument
65 bool hasSecondaryOutput() const { in hasSecondaryOutput() argument
68 bool modifiesDst() const { in modifiesDst() argument
71 bool unaffectedByDst() const { in unaffectedByDst() argument
76 bool unaffectedByDstIfOpaque() const { in unaffectedByDstIfOpaque() argument
79 bool usesInputColor() const { in usesInputColor() argument
82 bool canTweakAlphaForCoverage() const { in canTweakAlphaForCoverage() argument
86 equation() const equation() argument
90 srcCoeff() const srcCoeff() argument
94 dstCoeff() const dstCoeff() argument
98 primaryOutput() const primaryOutput() argument
102 secondaryOutput() const secondaryOutput() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.h133 style() const style() argument
136 simplified() const simplified() argument
143 applyStyle(GrStyle::Apply apply, SkScalar scale) const applyStyle() argument
147 isRect() const isRect() argument
166 asPath(SkPath* out) const asPath() argument
174 isEmpty() const isEmpty() argument
180 bounds() const bounds() argument
193 knownToBeConvex() const knownToBeConvex() argument
202 knownDirection() const knownDirection() argument
210 inverseFilled() const inverseFilled() argument
223 mayBeInverseFilledAfterStyling() const mayBeInverseFilledAfterStyling() argument
236 knownToBeClosed() const knownToBeClosed() argument
241 segmentMask() const segmentMask() argument
252 hasUnstyledKey() const hasUnstyledKey() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLUniformHandler.cpp97 void GrGLUniformHandler::appendUniformDecls(GrShaderFlags visibility, SkString* out) const { in appendUniformDecls() argument
143 glGpu() const glGpu() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DPathStencilCoverOp.h76 pathFillType() const pathFillType() argument
[all...]
H A DPathTessellateOp.cpp17 void PathTessellateOp::visitProxies(const GrVisitProxyFunc& func) const { in visitProxies() argument

Completed in 15 milliseconds

1...<<281282283284285286287288289290>>...530