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

  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 586 IVec4 getPixelInt (int x, int y, int z) const;
587 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
666 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const
669 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
    [all...]

Completed in 77 milliseconds