HomeSort by relevance Sort by last modified time
    Searched refs:readPixels (Results 226 - 250 of 501) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tests/
SurfaceSemaphoreTest.cpp 108 childSurface->readPixels(bitmap, 0, 0);
ProcessorTest.cpp 410 rtc->readPixels(SkImageInfo::Make(kRenderSize, kRenderSize, kRGBA_8888_SkColorType,
544 rtc->readPixels(readInfo, readData1.get(), 0, 0, 0);
549 rtc->readPixels(readInfo, readData2.get(), 0, 0, 0);
ImageFilterTest.cpp     [all...]
  /external/skia/tools/fiddle/
fiddle_main.cpp 150 if (!bm.readPixels(rgbaPixmap)) {
  /external/skia/tools/skiaserve/
Request.cpp 48 if (!bmp->tryAllocPixels(canvas->imageInfo()) || !canvas->readPixels(*bmp, 0, 0)) {
  /external/skia/tools/skqp/
gm_runner.cpp 210 if (!surf->readPixels(SkImageInfo::Make(w, h, ct, kUnpremul_SkAlphaType), pix, rb, 0, 0)) {
  /external/skqp/src/core/
SkDevice.h 272 bool readPixels(const SkPixmap&, int x, int y);
285 * This is explicitly asserted in readPixels(), the public way to call this.
  /external/skqp/src/image/
SkImage_Gpu.cpp 104 if (!sContext->readPixels(pmap.info(), pmap.writable_addr(), pmap.rowBytes(), 0, 0)) {
246 if (!sContext->readPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY, flags)) {
    [all...]
SkImage_Lazy.cpp 486 if (!full.readPixels(pmap, originX, originY)) {
551 return bm.readPixels(dstInfo, dstPixels, dstRB, srcX, srcY);
555 // config, which we could then convert via SkBitmap::readPixels.
564 return bm.readPixels(dstInfo, dstPixels, dstRB, srcX, srcY);
    [all...]
  /external/skqp/tests/
IntTextureTest.cpp 123 check_pixels(reporter, kS, kS, testData.get(), readData.get(), "readPixels");
127 // readPixels should fail if we attempt to use the unpremul flag with an integer texture.
275 rtContext->readPixels(readInfo, actualData.get(), 0, 0, 0);
SRGBReadWritePixelsTest.cpp 126 if (!context->readPixels(dstInfo, readData.get(), 0, 0, 0)) {
SurfaceSemaphoreTest.cpp 108 childSurface->readPixels(bitmap, 0, 0);
ProcessorTest.cpp 410 rtc->readPixels(SkImageInfo::Make(kRenderSize, kRenderSize, kRGBA_8888_SkColorType,
543 rtc->readPixels(readInfo, readData1.get(), 0, 0, 0);
548 rtc->readPixels(readInfo, readData2.get(), 0, 0, 0);
ImageFilterTest.cpp     [all...]
  /external/skqp/tools/fiddle/
fiddle_main.cpp 150 if (!bm.readPixels(rgbaPixmap)) {
  /external/skqp/tools/skiaserve/
Request.cpp 48 if (!bmp->tryAllocPixels(canvas->imageInfo()) || !canvas->readPixels(*bmp, 0, 0)) {
  /external/skqp/tools/skqp/
gm_runner.cpp 211 if (!surf->readPixels(SkImageInfo::Make(w, h, ct, kUnpremul_SkAlphaType), pix, rb, 0, 0)) {
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 637 glu::readPixels(m_renderCtx, 0, 0, rendered.getAccess());
818 glu::readPixels (m_renderCtx, 0, 0, indexBufferImg.getAccess());
835 glu::readPixels (m_renderCtx, 0, 0, referenceImg.getAccess());
  /external/skia/include/core/
SkCanvas.h 338 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
374 bool readPixels(const SkPixmap& pixmap, int srcX, int srcY);
409 bool readPixels(const SkBitmap& bitmap, int srcX, int srcY);
    [all...]
  /external/skia/src/image/
SkImage_Lazy.cpp 485 if (!full.readPixels(pmap, originX, originY)) {
550 return bm.readPixels(dstInfo, dstPixels, dstRB, srcX, srcY);
554 // config, which we could then convert via SkBitmap::readPixels.
563 return bm.readPixels(dstInfo, dstPixels, dstRB, srcX, srcY);
    [all...]
  /external/skqp/include/core/
SkCanvas.h 342 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
378 bool readPixels(const SkPixmap& pixmap, int srcX, int srcY);
413 bool readPixels(const SkBitmap& bitmap, int srcX, int srcY);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 839 gl.readPixels(0, 0, 1, 1, GL_RED, GL_FLOAT, &pixel);
869 gl.readPixels(0, 0, 1, 1, GL_RED, GL_FLOAT, &pixel);
900 gl.readPixels(0, 0, 1, 1, GL_RED, GL_FLOAT, &pixel);
942 gl.readPixels(0, 0, 1, 1, GL_RED_INTEGER, GL_INT, &pixel);
973 gl.readPixels(0, 0, 1, 1, GL_RED_INTEGER, GL_UNSIGNED_INT, &pixel);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 312 glu::readPixels(m_context.getRenderContext(), 0, 0, resultImage.getAccess());
711 glu::readPixels(m_context.getRenderContext(), 0, 0, resultImage.getAccess());
904 glu::readPixels(m_context.getRenderContext(), 0, 0, resultImage.getAccess());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp 308 glu::readPixels(m_context.getRenderContext(), 0, 0, renderTargets[renderNdx].surfaceAccess);
608 glu::readPixels(m_context.getRenderContext(), 0, 0, renderTargets[renderNdx].surfaceAccess);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayImageTextureSize.cpp     [all...]

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>