Home
last modified time | relevance | path

Searched defs:src (Results 1751 - 1775 of 4010) sorted by relevance

1...<<71727374757677787980>>...161

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsClusteredTests.cpp481 std::ostringstream src; in initPrograms() local
H A DglcSubgroupsQuadTests.cpp307 std::ostringstream src; in initPrograms() local
359 std::ostringstream src; in initPrograms() local
[all...]
H A DglcSubgroupsShuffleTests.cpp287 std::ostringstream src; in initPrograms() local
H A DglcSubgroupsVoteTests.cpp339 std::ostringstream src; in initPrograms() local
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp60 void MessageBuilder::read (ByteBuffer& src) in read() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer.cc415 Result Buffer::SetDataFromBuffer(const Buffer* src, uint32_t offset) { in SetDataFromBuffer() argument
/third_party/skia/src/core/
H A DSkLatticeIter.cpp79 static void set_points(float* dst, int* src, const int* divs, int divCount, int srcFixed, in set_points() argument
120 const SkIRect src = *lattice.fBounds; in SkLatticeIter() local
256 next(SkIRect* src, SkRect* dst, bool* isFixedColor, SkColor* fixedColor) next() argument
[all...]
H A DSkBlitter_Sprite.cpp62 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) { in Supports() argument
79 SkSpriteBlitter_Memcpy(const SkPixmap& src) SkSpriteBlitter_Memcpy() argument
87 const char* src = (const char*)fSource.addr(x - fLeft, y - fTop); global() variable
105 SkRasterPipelineSpriteBlitter(const SkPixmap& src, SkArenaAlloc* alloc, sk_sp<SkShader> clipShader) SkRasterPipelineSpriteBlitter() argument
[all...]
H A DSkGeometry.h83 SkChopQuadAtMidTangent(const SkPoint src[3], SkPoint dst[5]) SkChopQuadAtMidTangent() argument
187 SkChopCubicAtMidTangent(const SkPoint src[4], SkPoint dst[7]) SkChopCubicAtMidTangent() argument
[all...]
H A DSkPixmap.cpp50 bool SkPixmap::reset(const SkMask& src) { in reset() argument
203 SkPixmap src = *this, scalePixels() local
584 draw_orientation(const SkPixmap& dst, const SkPixmap& src, SkEncodedOrigin origin) draw_orientation() argument
602 Orient(const SkPixmap& dst, const SkPixmap& src, SkEncodedOrigin origin) Orient() argument
[all...]
H A DSkRasterPipeline.cpp51 void SkRasterPipeline::extend(const SkRasterPipeline& src) { in extend() argument
[all...]
H A DSkBitmapCache.cpp288 SkBitmap src; in AddAndRef() local
H A DSkGeometry.cpp115 void SkEvalQuadAt(const SkPoint src[3], SkScalar t, SkPoint* pt, SkVector* tangent) { in SkEvalQuadAt() argument
127 SkPoint SkEvalQuadAt(const SkPoint src[3], SkScalar t) { in SkEvalQuadAt() argument
131 SkVector SkEvalQuadTangentAt(const SkPoint src[3], SkScalar t) { in SkEvalQuadTangentAt() argument
156 SkChopQuadAt(const SkPoint src[3], SkPoint dst[5], SkScalar t) SkChopQuadAt() argument
174 SkChopQuadAtHalf(const SkPoint src[3], SkPoint dst[5]) SkChopQuadAtHalf() argument
212 SkFindQuadMidTangent(const SkPoint src[3]) SkFindQuadMidTangent() argument
260 SkChopQuadAtYExtrema(const SkPoint src[3], SkPoint dst[5]) SkChopQuadAtYExtrema() argument
[all...]
H A DSkYUVMath.cpp198 static void colormatrix_to_matrix44(const float src[20], SkM44* dst) { in colormatrix_to_matrix44() argument
207 matrix44_to_colormatrix(const SkM44& src, float dst[20]) matrix44_to_colormatrix() argument
[all...]
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp42 bool SkDashImpl::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() argument
166 bool SkDashImpl::onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec& rec, in onAsPoints() argument
H A DSkLayerDrawLooper.cpp52 static SkColor4f xferColor(const SkColor4f& src, const SkColor4f& dst, SkBlendMode mode) { in xferColor() argument
69 ApplyInfo( SkPaint* dst, const SkPaint& src, const LayerInfo& info) ApplyInfo() argument
[all...]
/third_party/skia/src/gpu/
H A DGrCaps.cpp296 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface() argument
[all...]
H A DGrUniformDataManager.cpp32 copyUniforms(void* dest, const void* src, int numUniforms, GrSLType uniformType) const copyUniforms() argument
H A DGrSurfaceProxy.cpp260 Copy(GrRecordingContext* rContext, sk_sp<GrSurfaceProxy> src, GrSurfaceOrigin origin, GrMipmapped mipMapped, SkIRect srcRect, SkBackingFit fit, SkBudgeted budgeted, RectsMustMatch rectsMustMatch, sk_sp<GrRenderTask>* outTask) Copy() argument
334 Copy(GrRecordingContext* context, sk_sp<GrSurfaceProxy> src, GrSurfaceOrigin origin, GrMipmapped mipMapped, SkBackingFit fit, SkBudgeted budgeted, sk_sp<GrRenderTask>* outTask) Copy() argument
[all...]
H A DGrSubRunAllocator.h197 SkSpan<T> makePODArray(const Src& src, Map map) { in makePODArray() argument
/third_party/skia/src/gpu/vk/
H A DGrVkBuffer.cpp271 void GrVkBuffer::copyCpuDataToGpuBuffer(const void* src, size_t size) { argument
282 gpu->updateBuffer(sk_ref_sp(this), src, /*offset=*/0, size); global() local
375 onUpdateData(const void* src, size_t srcSizeInBytes) global() argument
[all...]
/third_party/skia/src/codec/
H A DSkMaskSwizzler.cpp565 void SkMaskSwizzler::swizzle(void* dst, const uint8_t* SK_RESTRICT src) { in swizzle() argument
/third_party/skia/src/effects/imagefilters/
H A DSkMagnifierImageFilter.cpp80 SkRect src; CreateProc() local
[all...]
H A DSkDropShadowImageFilter.cpp171 onFilterNodeBounds( const SkIRect& src, const SkMatrix& ctm, MapDirection dir, const SkIRect* inputRect) const onFilterNodeBounds() argument
[all...]
/third_party/skia/src/images/
H A DSkPngEncoder.cpp400 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream* dst, const SkPixmap& src, in Make() argument
428 SkPngEncoder(std::unique_ptr<SkPngEncoderMgr> encoderMgr, const SkPixmap& src) SkPngEncoder() argument
462 Encode(SkWStream* dst, const SkPixmap& src, const Options& options) Encode() argument
[all...]

Completed in 17 milliseconds

1...<<71727374757677787980>>...161