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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 133 template <TextureType> struct TexTypeSizeDims;
134 template <> struct TexTypeSizeDims<TEXTURETYPE_2D> { enum { V = 2 }; };
135 template <> struct TexTypeSizeDims<TEXTURETYPE_CUBE> { enum { V = 2 }; };
141 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<TexType>::V> t; };
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 162 template <TextureType> struct TexTypeSizeDims;
163 template <> struct TexTypeSizeDims<TEXTURETYPE_2D> { enum { V = 2 }; };
164 template <> struct TexTypeSizeDims<TEXTURETYPE_CUBE> { enum { V = 2 }; };
165 template <> struct TexTypeSizeDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; };
166 template <> struct TexTypeSizeDims<TEXTURETYPE_3D> { enum { V = 3 }; };
174 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<TexType>::V> t; };
    [all...]

Completed in 54 milliseconds