Home
last modified time | relevance | path

Searched defs:const (Results 11651 - 11675 of 20729) sorted by relevance

1...<<461462463464465466467468469470>>...830

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DGenerateMipmapPerf.cpp55 std::string GenerateMipmapParams::story() const in story() argument
H A DFramebufferAttachmentPerfTest.cpp47 std::string FramebufferAttachmentParams::story() const in story() argument
/third_party/skia/samplecode/
H A DSample.h45 SkScalar width() const { return fWidth; } in width() argument
46 SkScalar height() const { return fHeight; } in height() argument
/third_party/skia/src/codec/
H A DSkWbmpCodec.cpp104 SkEncodedImageFormat SkWbmpCodec::onGetEncodedFormat() const { in onGetEncodedFormat() argument
[all...]
/third_party/skia/src/core/
H A DSkColorFilter_Matrix.cpp48 void SkColorFilter_Matrix::flatten(SkWriteBuffer& buffer) const { in flatten() argument
78 bool SkColorFilter_Matrix::onAsAColorMatrix(float matrix[20]) const { in onAsAColorMatrix() argument
85 bool SkColorFilter_Matrix::onAppendStages(const SkStageRec& rec, bool shaderIsOpaque) const { in onAppendStages() argument
107 onProgram(skvm::Builder* p, skvm::Color c, const SkColorInfo& , skvm::Uniforms* uniforms, SkArenaAlloc*) const onProgram() argument
229 asFragmentProcessor(std::unique_ptr<GrFragmentProcessor> fp, GrRecordingContext*, const GrColorInfo&) const asFragmentProcessor() argument
[all...]
H A DSkDraw_atlas.cpp70 void updateColor(SkColor c) const { in updateColor() argument
[all...]
H A DSkRuntimeEffectPriv.h117 bool isAlphaUnchanged() const { return fAlphaUnchanged; } in isAlphaUnchanged() argument
H A DSkWriteBuffer.h97 bytesWritten() const bytesWritten() argument
132 writeToMemory(void* dst) const writeToMemory() argument
133 snapshotAsData() const snapshotAsData() argument
[all...]
H A DSkEnumerate.h46 constexpr bool operator==(const Iterator& rhs) const { return fIt == rhs.fIt; } in operator ==() argument
47 constexpr bool operator!=(const Iterator& rhs) const { return fIt != rhs.fIt; } in operator !=() argument
68 constexpr Iterator begin() const { return Iterator{fBeginIndex, fBegin}; } in begin() argument
69 constexpr Iterator end() const { retur in begin() argument
70 empty() const empty() argument
71 size() const size() argument
72 ssize() const ssize() argument
[all...]
H A DSkImageInfo.cpp47 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() argument
49 int SkColorInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() argument
53 size_t SkImageInfo::computeOffset(int x, int y, size_t rowBytes) const { in computeOffset() argument
59 size_t SkImageInfo::computeByteSize(size_t rowBytes) const { in computeByteSize() argument
78 void SkImageInfo::dump(std::string& desc, int depth) const { in dump() argument
90 void SkImageInfo::validate() const { in validate() argument
/third_party/skia/src/effects/imagefilters/
H A DSkTileImageFilter.cpp86 flatten(SkWriteBuffer& buffer) const flatten() argument
94 onFilterImage(const Context& ctx, SkIPoint* offset) const onFilterImage() argument
172 onFilterNodeBounds( const SkIRect& src, const SkMatrix& ctm, MapDirection dir, const SkIRect* inputRect) const onFilterNodeBounds() argument
179 onFilterBounds(const SkIRect& src, const SkMatrix&, MapDirection, const SkIRect* inputRect) const onFilterBounds() argument
185 computeFastBounds(const SkRect& src) const computeFastBounds() argument
[all...]
H A DSkOffsetImageFilter.cpp71 flatten(SkWriteBuffer& buffer) const flatten() argument
83 onFilterImage(const Context& ctx, SkIPoint* offset) const onFilterImage() argument
129 computeFastBounds(const SkRect& src) const computeFastBounds() argument
135 onFilterNodeBounds( const SkIRect& src, const SkMatrix& ctm, MapDirection dir, const SkIRect* inputRect) const onFilterNodeBounds() argument
[all...]
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp62 int SkFontMgr_Indirect::onCountFamilies() const { in onCountFamilies() argument
66 void SkFontMgr_Indirect::onGetFamilyName(int index, SkString* familyName) const { in onGetFamilyName() argument
70 SkFontStyleSet* SkFontMgr_Indirect::onCreateStyleSet(int index) const { in onCreateStyleSet() argument
74 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const { in onMatchFamily() argument
78 SkTypeface* SkFontMgr_Indirect::createTypefaceFromFontId(const SkFontIdentity& id) const { in createTypefaceFromFontId() argument
137 onMatchFamilyStyle(const char familyName[], const SkFontStyle& fontStyle) const onMatchFamilyStyle() argument
143 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument
153 onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> stream, int ttcIndex) const onMakeFromStreamIndex() argument
158 onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream, const SkFontArguments& args) const onMakeFromStreamArgs() argument
163 onMakeFromFile(const char path[], int ttcIndex) const onMakeFromFile() argument
167 onMakeFromData(sk_sp<SkData> data, int ttcIndex) const onMakeFromData() argument
171 onLegacyMakeTypeface(const char familyName[], SkFontStyle style) const onLegacyMakeTypeface() argument
[all...]
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.cpp76 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::clone() const { in clone() argument
80 bool GrColorSpaceXformEffect::onIsEqual(const GrFragmentProcessor& s) const { in onIsEqual() argument
85 getShaderDfxInfo() const getShaderDfxInfo() argument
92 onAddToKey(const GrShaderCaps&, GrProcessorKeyBuilder* b) const onAddToKey() argument
97 onMakeProgramImpl() const onMakeProgramImpl() argument
135 constantOutputForConstantInput( const SkPMColor4f& input) const constantOutputForConstantInput() argument
[all...]
H A DGrContextThreadSafeProxy.cpp156 GrBackendFormat GrContextThreadSafeProxy::compressedBackendFormat(SkImage::CompressionType c) const { in compressedBackendFormat() argument
171 bool GrContextThreadSafeProxy::abandoned() const { in abandoned() argument
140 defaultBackendFormat(SkColorType skColorType, GrRenderable renderable) const defaultBackendFormat() argument
182 init(sk_sp<const GrCaps> caps, sk_sp<GrThreadSafePipelineBuilder> builder) const init() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.h86 void resetShaderCacheForTesting() const { fPipelineStateCache->release(); } in resetShaderCacheForTesting() argument
[all...]
H A DGrD3DRenderTarget.cpp135 msaaTextureResource() const msaaTextureResource() argument
176 getBackendRenderTarget() const getBackendRenderTarget() argument
180 getD3DGpu() const getD3DGpu() argument
185 stencilDxgiFormat() const stencilDxgiFormat() argument
193 genKey(GrProcessorKeyBuilder* b) const genKey() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrGaussianConvolutionFragmentProcessor.cpp237 onMakeProgramImpl() const onMakeProgramImpl() argument
241 onIsEqual(const GrFragmentProcessor& sBase) const onIsEqual() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp45 uint32_t GrShape::stateKey() const { in stateKey() argument
284 bool GrShape::conservativeContains(const SkRect& rect) const { in conservativeContains() argument
308 bool GrShape::conservativeContains(const SkPoin argument
325 closed() const closed() argument
343 convex(bool simpleFill) const convex() argument
362 bounds() const bounds() argument
388 segmentMask() const segmentMask() argument
418 asPath(SkPath* out, bool simpleFill) const asPath() argument
[all...]
H A DGrQuad.cpp129 aaHasEffectOnRect() const aaHasEffectOnRect() argument
135 asRect(SkRect* rect) const asRect() argument
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.h59 GrSLType type() const { return fType; } in type() argument
60 Scope scope() const { return fScope; } in scope() argument
61 bool isInVertexShader() const { return Scope::kGeoToFrag != fScope; } in isInVertexShader() argument
62 bool isInFragmentShader() const { return Scope::kVertToGeo != fScope; } in isInFragmentShader() argument
64 const char* vsOut() const { SkASSERT(this->isInVertexShader()); return fVsOut; } in vsOut() argument
65 const char* fsIn() const { SkASSERT(this->isInFragmentShader()); return fFsIn; } in fsIn() argument
67 GrShaderVar vsOutVar() const { in vsOutVar() argument
72 GrShaderVar fsInVar() const { in fsInVar() argument
[all...]
H A DGrGLSLUniformHandler.h104 inputSamplerVariable(SamplerHandle) const inputSamplerVariable() argument
108 inputSamplerSwizzle(SamplerHandle) const inputSamplerSwizzle() argument
[all...]
/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.h57 preferredStencilFormat() const preferredStencilFormat() argument
75 getFormatFromColorType(GrColorType colorType) const getFormatFromColorType() argument
89 isMac() const isMac() argument
90 isApple() const isApple() argument
92 getMinBufferAlignment() const getMinBufferAlignment() argument
95 storeAndMultisampleResolveSupport() const storeAndMultisampleResolveSupport() argument
102 preferDiscardableMSAAAttachment() const preferDiscardableMSAAAttachment() argument
180 getFormatInfo(const MTLPixelFormat pixelFormat) const getFormatInfo() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.cpp77 onGetStencilSupport( const GrStyledShape& shape) const onGetStencilSupport() argument
87 onCanDrawPath( const CanDrawPathArgs& args) const onCanDrawPath() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DPathRenderer.h113 canDrawPath(const CanDrawPathArgs& args) const canDrawPath() argument
185 onGetStencilSupport(const GrStyledShape&) const onGetStencilSupport() argument
[all...]

Completed in 21 milliseconds

1...<<461462463464465466467468469470>>...830