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

  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 339 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z);
600 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py);
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 266 Vector<T, 4> getPixelT (int x, int y, int z = 0) const;
    [all...]
tcuTexture.cpp 747 Vec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const
753 IVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const
759 UVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const
    [all...]
tcuTexLookupVerifier.cpp 64 return access.getPixelT<ScalarType>(i, j, k);
    [all...]

Completed in 627 milliseconds