Home
last modified time | relevance | path

Searched refs:texGen (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp396 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
397 texGen.bindTarget = target; in generateColorTextureGenerationGroup()
398 texGen.queryTarget = queryTarget; in generateColorTextureGenerationGroup()
399 texGen.immutable = true; in generateColorTextureGenerationGroup()
400 texGen.sampleCount = 0; in generateColorTextureGenerationGroup()
401 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values"; in generateColorTextureGenerationGroup()
403 group.push_back(texGen); in generateColorTextureGenerationGroup()
410 TextureGenerationSpec texGen; in generateColorTextureGenerationGroup() local
413 texGen.bindTarget = target; in generateColorTextureGenerationGroup()
414 texGen in generateColorTextureGenerationGroup()
431 TextureGenerationSpec texGen; generateColorTextureGenerationGroup() local
452 TextureGenerationSpec texGen; generateColorTextureGenerationGroup() local
477 TextureGenerationSpec texGen; generateColorTextureGenerationGroup() local
501 TextureGenerationSpec texGen; generateColorTextureGenerationGroup() local
528 TextureGenerationSpec texGen; generateColorTextureGenerationGroup() local
548 TextureGenerationSpec texGen; generateColorTextureGenerationGroup() local
568 TextureGenerationSpec texGen; generateColorTextureGenerationGroup() local
609 TextureGenerationSpec texGen; generateInternalFormatTextureGenerationGroup() local
627 TextureGenerationSpec texGen; generateInternalFormatTextureGenerationGroup() local
657 TextureGenerationSpec texGen; generateInternalFormatTextureGenerationGroup() local
683 TextureGenerationSpec texGen; generateCompressedTextureGenerationGroup() local
695 TextureGenerationSpec texGen; generateCompressedTextureGenerationGroup() local
721 TextureGenerationSpec texGen; generateTextureBufferGenerationGroup() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DContext.cpp216 for(int i = 0; i < 8; i++) texGen[i] = TEXGEN_PASSTHRU; in init()
570 switch(texGen[coordinate]) in texCoordActive()
1160 return texGen[stage]; in texGenActive()
H A DContext.hpp460 TexGen texGen[8]; member in sw::Context
H A DVertexProcessor.hpp247 void setTexGen(unsigned int stage, TexGen texGen);
H A DVertexProcessor.cpp488 void VertexProcessor::setTexGen(unsigned int stage, TexGen texGen) in setTexGen() argument
492 context->texGen[stage] = texGen; in setTexGen()

Completed in 7 milliseconds