Searched defs:IVec2 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuVectorType.hpp42 typedef Vector<int, 2> IVec2; typedef in namespace:tcu
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp52 using tcu::IVec2;
133 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat)
422 virtual void operator() (const IVec2& pixCoord, IVec2 (&dst)[4]) const = 0;
429 MultiplePixelOffsets (const IVec2& a,
430 const IVec2& b,
431 const IVec2& c,
432 const IVec2& d)
440 void operator() (const IVec2& /* pixCoord */, IVec2 (
800 GatherArgs(int comp, const IVec2& off0 = IVec2(), const IVec2& off1 = IVec2(), const IVec2& off2 = IVec2(), const IVec2& off3 = IVec2()) argument
[all...]

Completed in 2075 milliseconds