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

  /external/deqp/framework/common/
tcuTexture.hpp 365 Vec4 sampleLevelArray2DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float s, float t, float lod, const IVec3& offset);
499 return sampleLevelArray2DOffset(m_levels, m_numLevels, sampler, s, t, lod, IVec3(offset.x(), offset.y(), 0));
    [all...]
tcuTexture.cpp     [all...]

Completed in 42 milliseconds