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 130 template <TextureType> struct TexTypeSizeDims;
131 template <> struct TexTypeSizeDims<TEXTURETYPE_2D> { enum { V = 2 }; };
132 template <> struct TexTypeSizeDims<TEXTURETYPE_CUBE> { enum { V = 2 }; };
138 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<TexType>::V> t; };
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 160 template <TextureType> struct TexTypeSizeDims;
161 template <> struct TexTypeSizeDims<TEXTURETYPE_2D> { enum { V = 2 }; };
162 template <> struct TexTypeSizeDims<TEXTURETYPE_CUBE> { enum { V = 2 }; };
163 template <> struct TexTypeSizeDims<TEXTURETYPE_2D_ARRAY> { enum { V = 3 }; };
164 template <> struct TexTypeSizeDims<TEXTURETYPE_3D> { enum { V = 3 }; };
172 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<TexType>::V> t; };
    [all...]

Completed in 469 milliseconds