Home
last modified time | relevance | path

Searched refs:GrConvertPixels (Results 1 – 10 of 10) sorted by relevance

/external/skia/tests/
DTestUtils.cpp187 SkAssertResult(GrConvertPixels(floatA, a)); in ComparePixels()
188 SkAssertResult(GrConvertPixels(floatB, b)); in ComparePixels()
225 SkAssertResult(GrConvertPixels(colorPixmap, srcPixmap)); in CheckSolidPixels()
232 SkAssertResult(GrConvertPixels(f32Pixmap, pixmap)); in CheckSolidPixels()
DTransferPixelsTest.cpp45 GrConvertPixels(GrPixmap(dstInfo, dstLocation(i, j), dstBpp), in fill_transfer_data()
92 return GrConvertPixels(GrPixmap(dstInfo, dst, rowBytes), in read_pixels_from_texture()
DReadWritePixelsGpuTest.cpp1131 SkAssertResult(GrConvertPixels(level, src)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
1161 SkAssertResult(GrConvertPixels(keepAlive, src)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DBackendAllocationTest.cpp229 GrConvertPixels(GrPixmap(resultII, &result.fR, sizeof(result)), in get_expected_color()
/external/skia/src/gpu/
DGrDataUtils.h39 bool GrConvertPixels(const GrPixmap& dst, const GrCPixmap& src, bool flipY = false);
DGrDataUtils.cpp511 bool GrConvertPixels(const GrPixmap& dst, const GrCPixmap& src, bool flipY) { in GrConvertPixels() function
530 if (!GrConvertPixels(temp, src, flipY)) { in GrConvertPixels()
557 return GrConvertPixels(dst, temp, flipY); in GrConvertPixels()
DGrOpFlushState.cpp121 if (!GrConvertPixels( GrPixmap(tmpInfo, tmpPixels.get(), tightRB ), in doUpload()
DGrSurfaceContext.cpp353 return GrConvertPixels(dst, tmp, flip); in readPixels()
602 SkAssertResult(GrConvertPixels(tmpPM, src[i], flip)); in internalWritePixels()
1367 GrConvertPixels( GrPixmap(dstInfo, dst, dstInfo.minRowBytes()), in transferPixels()
DGrResourceProvider.cpp646 return GrConvertPixels( GrPixmap(dstInfo, data->get(), tempRB), in prepare_level()
/external/skia/tools/
Dvalgrind.supp285 #Something odd is happening in SkRasterPipeline when called by GrConvertPixels and GrClearImage.