Searched refs:TextureLayered (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsFboUtil.hpp241 struct TextureLayered : public Texture struct in namespace:deqp::gls::FboUtil::config
243 TextureLayered (void) : numLayers(1) {} function in struct:deqp::gls::FboUtil::config::TextureLayered
247 struct Texture3D : public TextureLayered
251 struct Texture2DArray : public TextureLayered
H A DglsFboUtil.cpp343 static void glInitLayered (const TextureLayered& cfg,
478 if (const TextureLayered* const ltex = dynamic_cast<const TextureLayered*>(image))
704 if (const TextureLayered* const lTex = dynamic_cast<const TextureLayered*>(&tex))
/external/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp284 TextureLayered* texCfg = DE_NULL;

Completed in 162 milliseconds