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

  /external/deqp/framework/common/
tcuImageCompare.cpp 105 const IVec4 refPix = reference.getPixelInt(x, y, z);
106 const IVec4 cmpPix = result.getPixelInt(x, y, z);
143 const IVec4 deviatedCmpPix = result.getPixelInt(sx, sy, sz);
156 const IVec4 deviatedRefPix = reference.getPixelInt(sx, sy, sz);
295 IVec4 a = ref.getPixelInt(x, y);
296 IVec4 b = cmp.getPixelInt(x, y);
691 IVec4 refPix = reference.getPixelInt(x, y, z);
692 IVec4 cmpPix = result.getPixelInt(x, y, z);
    [all...]
tcuTexture.hpp 262 IVec4 getPixelInt (int x, int y, int z = 0) const;
263 UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUint32>(); }
    [all...]
tcuTextureUtil.cpp 808 dst.setPixel(src.getPixelInt(x, y, z), x, y, z);
    [all...]
tcuTexture.cpp 672 IVec4 ConstPixelBufferAccess::getPixelInt (int x, int y, int z) const
755 return getPixelInt(x, y, z);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 575 IVec4 getPixelInt (int x, int y, int z) const;
576 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
655 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const
658 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
    [all...]
es31fStencilTexturingTests.cpp 405 const int res = result.getPixelInt(x, y).x();
441 const int res = result.getPixelInt(x, y).x();
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 112 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
116 const tcu::IVec4 cTest = test.getPixelInt(x, y);
132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
    [all...]
es2fClippingTests.cpp 129 const tcu::IVec4 cSrc = src.getPixelInt(x, y);
162 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
163 const tcu::IVec4 cTest = test.getPixelInt(x, y);
187 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
198 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
284 const tcu::IVec4 cTest = image.getPixelInt(x, y);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 115 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
119 const tcu::IVec4 cTest = test.getPixelInt(x, y);
135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
    [all...]
es3fClippingTests.cpp 132 const tcu::IVec4 cSrc = src.getPixelInt(x, y);
165 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
166 const tcu::IVec4 cTest = test.getPixelInt(x, y);
190 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
201 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
287 const tcu::IVec4 cTest = image.getPixelInt(x, y);
    [all...]
es3fShaderDerivateTests.cpp 528 << "\tGot pixel value " << result.getPixelInt(x, y) << "\n"
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp     [all...]

Completed in 2928 milliseconds