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

  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 100 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
138 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
274 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
    [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 187 const int oldVal = dst.getPixStencil(x, y);
404 const int ref = stencilRef.getPixStencil(x, y);
482 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 269 int getPixStencil (int x, int y, int z = 0) const;
    [all...]
tcuTexture.cpp 804 int ConstPixelBufferAccess::getPixStencil (int x, int y, int z) const
    [all...]

Completed in 97 milliseconds