| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| H A D | glcSubgroupsClusteredTests.cpp | 481 std::ostringstream src; in initPrograms() local
|
| H A D | glcSubgroupsQuadTests.cpp | 307 std::ostringstream src; in initPrograms() local 359 std::ostringstream src; in initPrograms() local [all...] |
| H A D | glcSubgroupsShuffleTests.cpp | 287 std::ostringstream src; in initPrograms() local
|
| H A D | glcSubgroupsVoteTests.cpp | 339 std::ostringstream src; in initPrograms() local
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsExecutionServer.cpp | 60 void MessageBuilder::read (ByteBuffer& src) in read() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | buffer.cc | 415 Result Buffer::SetDataFromBuffer(const Buffer* src, uint32_t offset) { in SetDataFromBuffer() argument
|
| /third_party/skia/src/core/ |
| H A D | SkLatticeIter.cpp | 79 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 D | SkBlitter_Sprite.cpp | 62 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 D | SkGeometry.h | 83 SkChopQuadAtMidTangent(const SkPoint src[3], SkPoint dst[5]) SkChopQuadAtMidTangent() argument 187 SkChopCubicAtMidTangent(const SkPoint src[4], SkPoint dst[7]) SkChopCubicAtMidTangent() argument [all...] |
| H A D | SkPixmap.cpp | 50 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 D | SkRasterPipeline.cpp | 51 void SkRasterPipeline::extend(const SkRasterPipeline& src) { in extend() argument [all...] |
| H A D | SkBitmapCache.cpp | 288 SkBitmap src; in AddAndRef() local
|
| H A D | SkGeometry.cpp | 115 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 D | SkYUVMath.cpp | 198 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 D | SkDashPathEffect.cpp | 42 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 D | SkLayerDrawLooper.cpp | 52 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 D | GrCaps.cpp | 296 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface() argument [all...] |
| H A D | GrUniformDataManager.cpp | 32 copyUniforms(void* dest, const void* src, int numUniforms, GrSLType uniformType) const copyUniforms() argument
|
| H A D | GrSurfaceProxy.cpp | 260 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 D | GrSubRunAllocator.h | 197 SkSpan<T> makePODArray(const Src& src, Map map) { in makePODArray() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkBuffer.cpp | 271 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 D | SkMaskSwizzler.cpp | 565 void SkMaskSwizzler::swizzle(void* dst, const uint8_t* SK_RESTRICT src) { in swizzle() argument
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMagnifierImageFilter.cpp | 80 SkRect src; CreateProc() local [all...] |
| H A D | SkDropShadowImageFilter.cpp | 171 onFilterNodeBounds( const SkIRect& src, const SkMatrix& ctm, MapDirection dir, const SkIRect* inputRect) const onFilterNodeBounds() argument [all...] |
| /third_party/skia/src/images/ |
| H A D | SkPngEncoder.cpp | 400 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...] |