HomeSort by relevance Sort by last modified time
    Searched refs:readPixels (Results 1 - 25 of 296) 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);
teglGLES2RenderUtil.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);
teglGLES1RenderUtil.cpp 50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
65 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
teglGLES2RenderUtil.cpp 54 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
69 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)
63 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageBufferSurface.cpp 75 (m_bitmap.pixelRef())->readPixels(&m_cachedBitmap);
  /external/chromium_org/third_party/skia/src/gpu/
GrSurface.cpp 33 bool result = readPixels(0, 0, this->width(), this->height(), kSkia8888_GrPixelConfig,
  /external/skia/src/gpu/
GrSurface.cpp 33 bool result = readPixels(0, 0, this->width(), this->height(), kSkia8888_GrPixelConfig,
  /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/chromium_org/third_party/skia/bench/
ReadPixBench.cpp 51 canvas->readPixels(&bitmap, x * offX, y * offY);
PremulAndUnpremulAlphaOpsBench.cpp 43 fBmp2.allocPixels(info); // used in readPixels()
53 canvas->readPixels(fBmp2.info(), fBmp2.getPixels(), fBmp2.rowBytes(), 0, 0);
WritePixelsBench.cpp 55 canvas->readPixels(&bmp, 0, 0);
  /external/deqp/framework/egl/
egluNativePixmap.hpp 60 virtual void readPixels (tcu::TextureLevel* dst);
  /external/deqp/framework/opengl/
gluPixelTransfer.hpp 42 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst);
  /external/skia/bench/
ReadPixBench.cpp 51 canvas->readPixels(&bitmap, x * offX, y * offY);
  /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/chromium_org/third_party/skia/tests/
ReadWriteAlphaTest.cpp 67 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
95 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
  /external/skia/tests/
ReadWriteAlphaTest.cpp 67 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
95 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
  /external/chromium_org/cc/output/
software_output_device.cc 50 canvas_->readPixels(info, pixels, info.minRowBytes(), rect.x(), rect.y());
  /external/chromium_org/third_party/skia/dm/
DMGpuGMTask.cpp 41 canvas->readPixels(&bitmap, 0, 0);
  /external/chromium_org/third_party/skia/include/core/
SkImage.h 123 * If the bitmap's pixels have already been allocated, then readPixels()
139 bool readPixels(SkBitmap* bitmap, const SkIRect* subset = NULL) const;
  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 46 virtual bool readPixels(int left, int top, int width, int height,
GrSurface.h 107 virtual bool readPixels(int left, int top, int width, int height,

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 91011>>