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

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp103 static tcu::Texture1DView getSubView (const tcu::Texture1DView& view, int baseLevel, int maxLevel) function in namespace:glu::TextureTestUtil
111 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel) function in namespace:glu::TextureTestUtil
119 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLevel) function in namespace:glu::TextureTestUtil
132 static tcu::Texture3DView getSubView (const tcu::Texture3DView& view, int baseLevel, int maxLevel) function in namespace:glu::TextureTestUtil
140 static tcu::TextureCubeArrayView getSubView (const tcu::TextureCubeArrayView& view, int baseLevel, int maxLevel) function in namespace:glu::TextureTestUtil
550 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel);
562 const tcu::Texture1DView view = getSubView(src, params.baseLevel, params.maxLevel);
661 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel);
853 const tcu::Texture3DView view = getSubView(src, params.baseLevel, params.maxLevel);
1239 const tcu::Texture1DView src = getEffectiveTextureView(getSubView(baseVie
[all...]

Completed in 83 milliseconds