Searched refs:readPixels (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.hpp38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
H A DteglVGRenderUtil.hpp38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
H A DteglGLES2RenderUtil.cpp44 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height) function in namespace:deqp::egl::gles2
47 gl.readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
H A DteglGLES2RenderUtil.hpp43 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height);
H A DteglGLES1RenderUtil.cpp50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) function in namespace:deqp::egl::gles1
70 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
H A DteglVGRenderUtil.cpp48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) function in namespace:deqp::egl::vg
68 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
/external/skia/tests/
H A DSkImageTest.cpp42 canvas.readPixels(info, &pixel, 4, 0, 0);
44 canvas.readPixels(info, &pixel, 4, gWidth - 6, gWidth - 6);
47 canvas.readPixels(info, &pixel, 4, gWidth - 5, gWidth - 5);
H A DFloatingPointTextureTest.cpp69 fpTexture->readPixels(0, 0, DEV_W, DEV_H, desc.fConfig, readBuffer.begin(), 0);
116 fpTexture->readPixels(0, 0, DEV_W, DEV_H, desc.fConfig, readBuffer.begin(), 0);
H A DReadWriteAlphaTest.cpp68 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
97 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.hpp59 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);
H A Des3fFlushFinishTests.cpp157 void readPixels (void);
281 void FlushFinishCase::readPixels (void)
286 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &tmp);
312 readPixels();
366 readPixels();
420 readPixels();
542 readPixels();
593 readPixels();
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.hpp59 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/egl/
H A DegluNativePixmap.cpp50 void NativePixmap::readPixels (tcu::TextureLevel*) function in class:eglu::NativePixmap
53 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
H A DegluNativePixmap.hpp60 virtual void readPixels (tcu::TextureLevel* dst);
/external/deqp/framework/opengl/
H A DgluPixelTransfer.hpp42 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst);
H A DgluPixelTransfer.cpp49 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst) function in namespace:glu
61 gl.readPixels(x, y, width, height, format.format, format.dataType, dst.getDataPtr());
/external/skia/bench/
H A DReadPixBench.cpp51 canvas->readPixels(&bitmap, x * offX, y * offY);
H A DPremulAndUnpremulAlphaOpsBench.cpp43 fBmp2.allocPixels(info); // used in readPixels()
53 canvas->readPixels(fBmp2.info(), fBmp2.getPixels(), fBmp2.rowBytes(), 0, 0);
H A DWritePixelsBench.cpp55 canvas->readPixels(&bmp, 0, 0);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height) function in class:sglr::Context
80 readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
/external/skia/src/gpu/
H A DGrSurface.cpp28 bool GrSurface::readPixels(int left, int top, int width, int height, function in class:GrSurface
62 bool result = this->readPixels(0, 0, this->width(), this->height(), kSkia8888_GrPixelConfig,
/external/skia/tools/
H A DCopyTilesRenderer.cpp77 fCanvas->readPixels(SkIRect::MakeSize(fCanvas->getBaseLayerSize()), &baseBitmap);
98 dst.pixelRef()->readPixels(&copy, &subset);
/external/skia/include/gpu/
H A DGrSurface.h86 bool readPixels(int left, int top, int width, int height,
/external/skia/src/animator/
H A DSkSnapshot.cpp66 maker.fCanvas->readPixels(&pixels, 0, 0);
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp147 void readPixels (void);
257 void FlushFinishCase::readPixels (void) function in class:deqp::gles2::Functional::__anon3173::FlushFinishCase
262 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &tmp);
285 readPixels();
432 readPixels();
463 readPixels();

Completed in 530 milliseconds

12345678910