HomeSort by relevance Sort by last modified time
    Searched refs:readPixels (Results 126 - 150 of 501) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 467 glu::readPixels(m_context.getRenderContext(), 0, 0, rendered.getAccess());
621 glu::readPixels (m_context.getRenderContext(), 0, 0, indexBufferImg.getAccess());
631 glu::readPixels (m_context.getRenderContext(), 0, 0, referenceImg.getAccess());
es2fDitheringTests.cpp 272 glu::readPixels(m_renderCtx, viewportX, viewportY, renderedImg.getAccess());
389 glu::readPixels(m_renderCtx, viewportX, viewportY, renderedImg.getAccess());
es2fTextureWrapTests.cpp 198 glu::readPixels(m_renderCtx, viewport.x, viewport.y, renderedFrame.getAccess());
211 glu::readPixels(m_renderCtx, viewport.x, viewport.y, renderedFrame.getAccess());
es2fPrerequisiteTests.cpp 231 glu::readPixels(m_context.getRenderContext(), x, y, resImage.getAccess());
es2fShaderBuiltinVarTests.cpp 327 glu::readPixels(m_context.getRenderContext(), 0, 0, testImg.getAccess());
419 glu::readPixels(m_context.getRenderContext(), 0, 0, testImg.getAccess());
525 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, testImg.getAccess());
637 glu::readPixels(m_context.getRenderContext(), viewportX, viewportY, testImg.getAccess());
  /external/skia/tests/
ReadPixelsTest.cpp 164 // checks the bitmap contains correct pixels after the readPixels
166 // overwritten in the area outside the readPixels.
355 // if the bitmap has pixels allocated before the readPixels,
362 bool success = surface->readPixels(bmp, srcRect.fLeft, srcRect.fTop);
378 // if we had no pixels beforehand and the readPixels
386 DEF_TEST(ReadPixels, reporter) {
421 // if the bitmap has pixels allocated before the readPixels,
431 bool success = sContext->readPixels(bmp.info(), bmp.getPixels(),
549 bool success = src->readPixels(dstPixmap, 0, 0);
ClearTest.cpp 26 if (!rtc->readPixels(dstInfo, pixels.get(), 0, rect.fLeft, rect.fTop)) {
249 SkAssertResult(surf->readPixels(bm, 0, 0));
  /external/skqp/tests/
ReadPixelsTest.cpp 164 // checks the bitmap contains correct pixels after the readPixels
166 // overwritten in the area outside the readPixels.
355 // if the bitmap has pixels allocated before the readPixels,
362 bool success = surface->readPixels(bmp, srcRect.fLeft, srcRect.fTop);
378 // if we had no pixels beforehand and the readPixels
386 DEF_TEST(ReadPixels, reporter) {
421 // if the bitmap has pixels allocated before the readPixels,
431 bool success = sContext->readPixels(bmp.info(), bmp.getPixels(),
549 bool success = src->readPixels(dstPixmap, 0, 0);
ClearTest.cpp 26 if (!rtc->readPixels(dstInfo, pixels.get(), 0, rect.fLeft, rect.fTop)) {
249 SkAssertResult(surf->readPixels(bm, 0, 0));
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayGenerateMipMap.cpp 390 gl.readPixels(0, /* x */
423 gl.readPixels(0, /* x */
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 197 virtual void readPixels (int x, int y, int width, int height, deUint32 format, deUint32 type, void* data) = DE_NULL;
208 virtual void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
sglrGLContext.hpp 208 virtual void readPixels (int x, int y, int width, int height, deUint32 format, deUint32 type, void* data);
216 using Context::readPixels;
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 98 gl->readPixels = &glReadPixels;
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 272 glu::readPixels(m_renderCtx, viewportX, viewportY, renderedImg.getAccess());
387 glu::readPixels(m_renderCtx, viewportX, viewportY, renderedImg.getAccess());
es3fVertexArrayObjectTests.cpp 612 glu::readPixels(m_context.getRenderContext(), 0, 0, vaoResult.getAccess());
618 glu::readPixels(m_context.getRenderContext(), 0, 0, defaultResult.getAccess());
626 glu::readPixels(m_context.getRenderContext(), 0, 0, vaoRef.getAccess());
631 glu::readPixels(m_context.getRenderContext(), 0, 0, defaultRef.getAccess());
    [all...]
es3fFboInvalidateTests.cpp 196 readPixels(dst, 0, 0, getWidth(), getHeight());
291 readPixels(dst, 0, 0, getWidth(), getHeight());
345 readPixels(dst, 0, 0, getWidth(), getHeight());
435 readPixels(dst, 0, 0, getWidth(), getHeight());
545 readPixels(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias);
661 readPixels(dst, 0, 0, getWidth(), getHeight());
799 readPixels(dst, 0, 0, quadSizePixels.x(), quadSizePixels.y());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderFramebufferFetchTests.cpp 606 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
761 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
835 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
931 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
    [all...]
  /external/skia/gm/
lattice.cpp 73 image->readPixels(info, bm->getPixels(), bm->rowBytes(), 0, 0);
150 image->readPixels(info, &fixedColor[rectNum], 4, srcX, srcY);
  /external/skqp/gm/
lattice.cpp 73 image->readPixels(info, bm->getPixels(), bm->rowBytes(), 0, 0);
150 image->readPixels(info, &fixedColor[rectNum], 4, srcX, srcY);
  /external/deqp/external/openglcts/modules/common/
glcSampleVariablesTests.cpp 468 gl.readPixels(0, 0, pixels.getWidth(), pixels.getHeight(), GL_RGBA_INTEGER, GL_INT, &data[0]);
478 gl.readPixels(0, 0, pixels.getWidth(), pixels.getHeight(), GL_RGBA_INTEGER, GL_UNSIGNED_INT, &data[0]);
487 glu::readPixels(m_context.getRenderContext(), 0, 0, pixels);
769 glu::readPixels(m_context.getRenderContext(), 0, 0, pixels);
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 466 gl.readPixels(0, 0, pixels.getWidth(), pixels.getHeight(), GL_RGBA_INTEGER, GL_INT, &data[0]);
476 gl.readPixels(0, 0, pixels.getWidth(), pixels.getHeight(), GL_RGBA_INTEGER, GL_UNSIGNED_INT, &data[0]);
485 glu::readPixels(m_context.getRenderContext(), 0, 0, pixels);
770 glu::readPixels(m_context.getRenderContext(), 0, 0, pixels);
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredRenderingFBONoAttachment.cpp 386 gl.readPixels(0 /* x */, 0 /* y */, m_width, m_height, GL_RGBA_INTEGER, GL_INT, m_layer_data);
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5ImagesArrayIndexing.cpp 213 gl.readPixels(0 /* x */, 0 /* y */, m_texture_width, m_texture_height, GL_RGBA_INTEGER, GL_UNSIGNED_INT,
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderWinding.cpp 214 glu::readPixels(renderCtx, 0, 0, rendered.getAccess());
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 232 void readPixels (TextureLevel* dst);

Completed in 769 milliseconds

1 2 3 4 56 7 8 91011>>