Searched defs:readPixels (Results 1 - 25 of 41) sorted by relevance

12

/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.cpp50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) function in namespace:deqp::egl::gles1
65 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
H A DteglGLES2RenderUtil.cpp54 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) function in namespace:deqp::egl::gles2
69 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
63 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
H A DteglColorClearCase.cpp122 static void readPixels (EGLint api, tcu::Surface& dst) function in namespace:deqp::egl
126 case EGL_OPENGL_ES_BIT: gles1::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
127 case EGL_OPENGL_ES2_BIT: gles2::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
128 case EGL_OPENGL_ES3_BIT_KHR: gles2::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
129 case EGL_OPENVG_BIT: vg::readPixels (dst, 0, 0, dst.getWidth(), dst.getHeight()); break;
203 readPixels(api, frame);
360 readPixels(api, frame);
H A DteglPreservingSwapTests.cpp373 void readPixels (const glw::Functions& gl, tcu::Surface* screen) function in namespace:deqp::egl::__anon19836
375 gl.readPixels(0, 0, screen->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr());
493 readPixels(m_gl, &preSwapFramebuffer);
504 readPixels(m_gl, &postSwapFramebuffer);
/external/deqp/framework/egl/
H A DegluNativePixmap.cpp48 void NativePixmap::readPixels (tcu::TextureLevel*) function in class:eglu::NativePixmap
51 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
/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/chromium_org/third_party/skia/src/gpu/
H A DGrRenderTarget.cpp16 bool GrRenderTarget::readPixels(int left, int top, int width, int height, function in class:GrRenderTarget
H A DGrTexture.cpp77 bool GrTexture::readPixels(int left, int top, int width, int height, function in class:GrTexture
H A DGrGpu.cpp182 bool GrGpu::readPixels(GrRenderTarget* target, function in class:GrGpu
/external/deqp/framework/opengl/
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/src/gpu/
H A DGrRenderTarget.cpp16 bool GrRenderTarget::readPixels(int left, int top, int width, int height, function in class:GrRenderTarget
H A DGrTexture.cpp92 bool GrTexture::readPixels(int left, int top, int width, int height, function in class:GrTexture
/external/chromium_org/third_party/skia/src/image/
H A DSkImage.cpp53 bool SkImage::readPixels(SkBitmap* bitmap, const SkIRect* subset) const { function in class:SkImage
/external/skia/src/image/
H A DSkImage.cpp54 bool SkImage::readPixels(SkBitmap* bitmap, const SkIRect* subset) const { function in class:SkImage
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp150 bool SkBaseDevice::readPixels(const SkImageInfo& info, void* dstP, size_t rowBytes, int x, int y) { function in class:SkBaseDevice
H A DSkPixelRef.cpp244 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp127 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) function in class:deqp::gles3::Functional::FboTestCase
129 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias);
132 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) function in class:deqp::gles3::Functional::FboTestCase
134 getCurrentContext()->readPixels(dst, x, y, width, height);
H A Des3fFboTestUtil.cpp891 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) function in namespace:deqp::gles3::Functional::FboTestUtil
899 ctx.readPixels(x, y, width, height, transferFmt.format, transferFmt.dataType, &data[0]);
H A Des3fFlushFinishTests.cpp147 void readPixels (void);
271 void FlushFinishCase::readPixels (void) function in class:deqp::gles3::Functional::__anon20011::FlushFinishCase
276 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &tmp);
302 readPixels();
355 readPixels();
504 readPixels();
537 readPixels();
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) function in class:deqp::gles31::Functional::FboTestCase
133 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias);
136 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) function in class:deqp::gles31::Functional::FboTestCase
138 getCurrentContext()->readPixels(dst, x, y, width, height);
H A Des31fFboTestUtil.cpp439 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) function in namespace:deqp::gles31::Functional::FboTestUtil
447 ctx.readPixels(x, y, width, height, transferFmt.format, transferFmt.dataType, &data[0]);
/external/skia/src/core/
H A DSkDevice.cpp80 bool SkBaseDevice::readPixels(const SkImageInfo& info, void* dstP, size_t rowBytes, int x, int y) { function in class:SkBaseDevice
H A DSkPixelRef.cpp289 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp146 void readPixels (void);
256 void FlushFinishCase::readPixels (void) function in class:deqp::gles2::Functional::__anon19879::FlushFinishCase
261 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &tmp);
284 readPixels();
432 readPixels();
463 readPixels();

Completed in 6290 milliseconds

12