HomeSort by relevance Sort by last modified time
    Searched full:readpixels (Results 1 - 25 of 451) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/bench/
PremulAndUnpremulAlphaOpsBench.cpp 43 fBmp2.allocPixels(info); // used in readPixels()
53 canvas->readPixels(fBmp2.info(), fBmp2.getPixels(), fBmp2.rowBytes(), 0, 0);
ReadPixBench.cpp 51 canvas->readPixels(&bitmap, x * offX, y * offY);
WritePixelsBench.cpp 55 canvas->readPixels(&bmp, 0, 0);
  /external/skia/bench/
PremulAndUnpremulAlphaOpsBench.cpp 43 fBmp2.allocPixels(info); // used in readPixels()
53 canvas->readPixels(fBmp2.info(), fBmp2.getPixels(), fBmp2.rowBytes(), 0, 0);
ReadPixBench.cpp 51 canvas->readPixels(&bitmap, x * offX, y * offY);
WritePixelsBench.cpp 55 canvas->readPixels(&bmp, 0, 0);
  /external/chromium_org/third_party/angle/extensions/
ANGLE_pack_reverse_row_order.txt 47 effectively allows an application to flip the results of a ReadPixels
52 that perform ReadPixels may have to either render to an intermediate color
53 buffer before calling ReadPixels or perform a flip in software after
54 ReadPixels. In some systems the GL can perform the row reversal during
55 ReadPixels without incurring additional cost.
  /external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp 152 // checks the bitmap contains correct pixels after the readPixels
154 // overwritten in the area outside the readPixels.
245 DEF_GPUTEST(ReadPixels, reporter, factory) {
350 // if the bitmap has pixels allocated before the readPixels,
357 bool success = canvas.readPixels(&bmp, srcRect.fLeft, srcRect.fTop);
372 // if we had no pixels beforehand and the readPixels
377 // check the old webkit version of readPixels that clips the
380 bool success = canvas.readPixels(srcRect, &wkbmp);
ReadWriteAlphaTest.cpp 67 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
95 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
PremulAlphaRoundTripTest.cpp 114 canvas.readPixels(&readBmp1, 0, 0);
117 canvas.readPixels(&readBmp2, 0, 0);
  /external/skia/tests/
ReadPixelsTest.cpp 152 // checks the bitmap contains correct pixels after the readPixels
154 // overwritten in the area outside the readPixels.
245 DEF_GPUTEST(ReadPixels, reporter, factory) {
350 // if the bitmap has pixels allocated before the readPixels,
357 bool success = canvas.readPixels(&bmp, srcRect.fLeft, srcRect.fTop);
372 // if we had no pixels beforehand and the readPixels
377 // check the old webkit version of readPixels that clips the
380 bool success = canvas.readPixels(srcRect, &wkbmp);
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/gpu/command_buffer/tests/
gl_test_utils.h 48 // Uses ReadPixels to save an area of the current FBO/Backbuffer.
  /external/chromium_org/media/filters/
mock_gpu_video_accelerator_factories.h 42 MOCK_METHOD3(ReadPixels,
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
upload-canvas-2d-to-texture.html 42 gl.readPixels(0, 0, 1, 1, gl.RGBA, gl.UNSIGNED_BYTE, new Uint8Array(4));
  /external/chromium_org/third_party/skia/dm/
DMGpuGMTask.cpp 41 canvas->readPixels(&bitmap, 0, 0);
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig_chrome.h 18 // For RGBA teximage/readpixels ANGLE will sw-convert to/from BGRA.
  /external/chromium_org/third_party/skia/src/gpu/
GrSurface.cpp 33 bool result = readPixels(0, 0, this->width(), this->height(), kSkia8888_GrPixelConfig,
  /external/skia/dm/
DMGpuGMTask.cpp 41 canvas->readPixels(&bitmap, 0, 0);
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 18 // For RGBA teximage/readpixels ANGLE will sw-convert to/from BGRA.
  /external/skia/src/gpu/
GrSurface.cpp 33 bool result = readPixels(0, 0, this->width(), this->height(), kSkia8888_GrPixelConfig,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_framebuffers.cc 260 // pack_alignment is the alignment you want ReadPixels to use
275 void ReadPixels(GLint x,
360 // We need to setup an FBO so we can know the max size that ReadPixels will
390 typedef ReadPixels::Result Result;
401 // ReadPixels will be called for valid size only even though the command
413 ReadPixels(read_x, yy, read_width, 1, kFormat, GL_UNSIGNED_BYTE, _))
414 .WillOnce(Invoke(&emu, &ReadPixelsEmulator::ReadPixels))
418 ReadPixels cmd;
475 TEST_P(GLES2DecoderTest, ReadPixels) {
490 typedef ReadPixels::Result Result
    [all...]
  /external/chromium_org/content/test/data/gpu/
webgl.html 26 gl.readPixels(0, 0, w, h, gl.RGBA, gl.UNSIGNED_BYTE, array);
52 gl.readPixels(0, 0, w, h, gl.RGBA, gl.UNSIGNED_BYTE, a);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 147 'ReadPixels',
379 "ReadPixels",
  /external/deqp/doc/testspecs/GLES3/
functional.pbo.txt 45 for pixel pack buffers readpixels is issued with PBO bound. The readpixels result

Completed in 374 milliseconds

1 2 3 4 5 6 7 8 91011>>