OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureLayered
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsFboUtil.hpp
241
struct
TextureLayered
: public Texture
243
TextureLayered
(void) : numLayers(1) {}
247
struct Texture3D : public
TextureLayered
251
struct Texture2DArray : public
TextureLayered
glsFboUtil.cpp
343
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/
es3fFboCompletenessTests.cpp
284
TextureLayered
* texCfg = DE_NULL;
Completed in 300 milliseconds