HomeSort by relevance Sort by last modified time
    Searched refs:readPixels (Results 1 - 25 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/egl/
teglGLES1RenderUtil.hpp 38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
teglVGRenderUtil.hpp 38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
teglGLES2RenderUtil.cpp 44 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height)
47 gl.readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
teglGLES2RenderUtil.hpp 43 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height);
teglGLES1RenderUtil.cpp 50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
70 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
teglVGRenderUtil.cpp 48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
68 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
  /external/skia/tests/
SkImageTest.cpp 40 canvas.readPixels(info, &pixel, 4, 0, 0);
42 canvas.readPixels(info, &pixel, 4, gWidth - 6, gWidth - 6);
45 canvas.readPixels(info, &pixel, 4, gWidth - 5, gWidth - 5);
VkClearTests.cpp 69 gpu->readPixels(tex, 0, 0, 5, 5, config, (void*)buffer.get(), 0);
79 gpu->readPixels(tex, 0, 0, 5, 5, config, (void*)buffer.get(), 0);
91 gpu->readPixels(tex, 0, 0, 5, 5, config, (void*)buffer.get(), 0);
125 gpu->readPixels(tex, 0, 0, width, height, config, (void*)buffer.get(), 0);
141 gpu->readPixels(tex, 0, 0, width, height, config, (void*)buffer.get(), 0);
151 gpu->readPixels(tex, 0, 0, width, height, config, (void*)buffer.get(), 0);
173 gpu->readPixels(tex, 0, 0, subWidth, subHeight, config, (void*)subBuffer.get(), 0);
179 gpu->readPixels(tex, subWidth, 0, subWidth, subHeight, config, (void*)subBuffer.get(), 0);
185 gpu->readPixels(tex, 0, subHeight, subWidth, subHeight, config, (void*)subBuffer.get(), 0);
191 gpu->readPixels(tex, subWidth, subHeight, subWidth, subHeight
    [all...]
VkUploadPixelsTests.cpp 84 bool result = sContext->readPixels(dstInfo, dstBuffer, 0, 0, 0);
97 result = sContext->readPixels(dstInfo, dstBuffer, 0, 2, 10);
118 bool result = sContext->readPixels(dstInfo, dstBuffer, 0, 0, 0);
131 result = sContext->readPixels(dstInfo, dstBuffer, 0, 5, 4);
ImageNewShaderTest.cpp 59 sourceSurface->getCanvas()->readPixels(bmOrig, 0, 0);
64 destinationCanvas->readPixels(bm, 0, 0);
86 destinationCanvas->readPixels(bmt, 0, 0);
RenderTargetContextTest.cpp 57 // readPixels switches a deferred rtCtx to wrapped
67 bool result = rtCtx->readPixels(dstInfo, dstBuffer.get(), kRowBytes, 0, 0);
  /external/skia/tools/
create_flutter_test_images.cpp 63 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
71 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
77 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
  /external/skia/include/core/
SkPixmap.h 178 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
180 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const {
181 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0);
183 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
185 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY,
188 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const {
189 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY);
191 bool readPixels(const SkPixmap& dst) const {
192 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), 0, 0);
SkBitmap.h 614 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
616 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
618 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY,
621 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const;
622 bool readPixels(const SkPixmap& dst) const {
623 return this->readPixels(dst, 0, 0);
629 * This is logically the same as creating a bitmap around src, and calling readPixels on it
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
60 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
60 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
  /external/deqp/framework/opengl/
gluPixelTransfer.hpp 42 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst);
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height)
80 readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
  /external/skia/src/core/
SkColorSpaceXformImageGenerator.cpp 29 SkAssertResult(src.readPixels(copy.info(), copy.getPixels(), copy.rowBytes(), 0, 0));
52 return fSrc.readPixels(dstInfo, pixels, rowBytes, 0, 0, opts.fBehavior);
  /external/deqp/framework/egl/
egluNativePixmap.cpp 50 void NativePixmap::readPixels (tcu::TextureLevel*)
53 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
egluNativePixmap.hpp 60 virtual void readPixels (tcu::TextureLevel* dst);
  /external/skia/bench/
PremulAndUnpremulAlphaOpsBench.cpp 42 fBmp2.allocPixels(info); // used in readPixels()
52 canvas->readPixels(fBmp2.info(), fBmp2.getPixels(), fBmp2.rowBytes(), 0, 0);
ReadPixBench.cpp 51 canvas->readPixels(bitmap.info(), bitmap.getPixels(), bitmap.rowBytes(),
WritePixelsBench.cpp 56 canvas->readPixels(bmp, 0, 0);
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 147 void readPixels (void);
257 void FlushFinishCase::readPixels (void)
262 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &tmp);
285 readPixels();
432 readPixels();
463 readPixels();

Completed in 231 milliseconds

1 2 3 4 5 6 7 8 91011>>