HomeSort by relevance Sort by last modified time
    Searched refs:rowAccess (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 409 tcu::PixelBufferAccess rowAccess = depthBufRow.getAccess();
414 for (int x = 0; x < rowAccess.getWidth(); x++)
415 rowAccess.setPixel(Vec4(1.0f), x, 0);
431 rowAccess.setPixel(Vec4(de::clamp(clear->clearDepth, 0.0f, 1.0f)), x, 0);
437 float depth = rowAccess.getPixel(x, 0).x();
452 tcu::PixelBufferAccess rowAccess = depthBufRow.getAccess();
458 for (int x = 0; x < rowAccess.getWidth(); x++)
459 rowAccess.setPixel(tcu::UVec4(0), x, 0);
476 deUint32 oldVal = rowAccess.getPixelUint(x, 0).w();
478 rowAccess.setPixel(tcu::UVec4(newVal), x, 0)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 412 tcu::PixelBufferAccess rowAccess = depthBufRow.getAccess();
417 for (int x = 0; x < rowAccess.getWidth(); x++)
418 rowAccess.setPixel(Vec4(1.0f), x, 0);
434 rowAccess.setPixel(Vec4(de::clamp(clear->clearDepth, 0.0f, 1.0f)), x, 0);
440 float depth = rowAccess.getPixel(x, 0).x();
455 tcu::PixelBufferAccess rowAccess = depthBufRow.getAccess();
461 for (int x = 0; x < rowAccess.getWidth(); x++)
462 rowAccess.setPixel(tcu::UVec4(0), x, 0);
479 deUint32 oldVal = rowAccess.getPixelUint(x, 0).w();
481 rowAccess.setPixel(tcu::UVec4(newVal), x, 0)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 69 milliseconds