HomeSort by relevance Sort by last modified time
    Searched refs:readPixels (Results 1 - 25 of 501) 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 tgt.readPixels(info, &pixel, 4, 0, 0);
42 tgt.readPixels(info, &pixel, 4, gWidth - 6, gWidth - 6);
45 tgt.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 85 bool result = sContext->readPixels(dstInfo, dstBuffer, 0, 0, 0);
98 result = sContext->readPixels(dstInfo, dstBuffer, 0, 2, 10);
116 bool result = sContext->readPixels(dstInfo, dstBuffer, 0, 0, 0);
129 result = sContext->readPixels(dstInfo, dstBuffer, 0, 5, 4);
ImageNewShaderTest.cpp 59 sourceSurface->readPixels(bmOrig, 0, 0);
64 destinationSurface->readPixels(bm, 0, 0);
86 destinationSurface->readPixels(bmt, 0, 0);
  /external/skqp/tests/
SkImageTest.cpp 40 tgt.readPixels(info, &pixel, 4, 0, 0);
42 tgt.readPixels(info, &pixel, 4, gWidth - 6, gWidth - 6);
45 tgt.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 85 bool result = sContext->readPixels(dstInfo, dstBuffer, 0, 0, 0);
98 result = sContext->readPixels(dstInfo, dstBuffer, 0, 2, 10);
116 bool result = sContext->readPixels(dstInfo, dstBuffer, 0, 0, 0);
129 result = sContext->readPixels(dstInfo, dstBuffer, 0, 5, 4);
ImageNewShaderTest.cpp 59 sourceSurface->readPixels(bmOrig, 0, 0);
64 destinationSurface->readPixels(bm, 0, 0);
86 destinationSurface->readPixels(bmt, 0, 0);
  /external/skia/tools/
create_flutter_test_images.cpp 51 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
59 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
65 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
  /external/skqp/tools/
create_flutter_test_images.cpp 51 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
59 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
65 image->readPixels(src, 0, 0, SkImage::kDisallow_CachingHint);
  /external/skia/include/core/
SkPixmap.h 549 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
574 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const {
575 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0);
604 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
606 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY,
632 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const {
633 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY);
653 bool readPixels(const SkPixmap& dst) const {
654 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), 0, 0);
SkBitmap.h     [all...]
  /external/skqp/include/core/
SkPixmap.h 556 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
581 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const {
582 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0);
611 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
613 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY,
639 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const {
640 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY);
660 bool readPixels(const SkPixmap& dst) const {
661 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), 0, 0);
    [all...]
  /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/skqp/src/image/
SkSurface.cpp 173 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) {
174 return this->getCanvas()->readPixels(pm, srcX, srcY);
177 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
179 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY);
182 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) {
184 return bitmap.peekPixels(&pm) && this->readPixels(pm, srcX, srcY);
  /external/skia/src/image/
SkSurface.cpp 173 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) {
174 return this->getCanvas()->readPixels(pm, srcX, srcY);
177 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
179 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY);
182 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) {
184 return bitmap.peekPixels(&pm) && this->readPixels(pm, srcX, srcY);

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011>>