Home
last modified time | relevance | path

Searched defs:texGen (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp394 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
408 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
429 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
450 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
475 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
499 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
526 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
546 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
566 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
607 TextureGenerationSpec texGen; in generateInternalFormatTextureGenerationGroup() local
[all …]
/external/swiftshader/src/Renderer/
DContext.hpp460 TexGen texGen[8]; member in sw::Context
DVertexProcessor.cpp488 void VertexProcessor::setTexGen(unsigned int stage, TexGen texGen) in setTexGen()