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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 134 template <TextureType> struct TexTypeCoordDims;
135 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; };
136 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; };
139 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
181 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 166 template <TextureType> struct TexTypeCoordDims;
167 template <> struct TexTypeCoordDims<TEXTURETYPE_2D> { enum { V = 2 }; };
168 template <> struct TexTypeCoordDims<TEXTURETYPE_CUBE> { enum { V = 3 }; };
169 template <> struct TexTypeCoordDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; };
170 template <> struct TexTypeCoordDims<TEXTURETYPE_3D> { enum { V = 3 }; };
173 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
231 enum { TEX_COORD_DIMS = TexTypeCoordDims <TexType>::V };
    [all...]

Completed in 536 milliseconds