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

  /external/deqp/modules/glshared/
glsFboUtil.hpp 292 struct TextureLayerAttachment : public TextureAttachment
294 TextureLayerAttachment (void) : layer(0) {}
glsFboUtil.cpp 439 else if (const TextureLayerAttachment* const lAtt =
440 dynamic_cast<const TextureLayerAttachment*>(&att))
462 else if (const TextureLayerAttachment* const lAtt =
463 dynamic_cast<const TextureLayerAttachment*>(&tAtt))
726 else if (const TextureLayerAttachment* const lAtt =
727 dynamic_cast<const TextureLayerAttachment*>(tAtt))
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 304 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>();

Completed in 79 milliseconds