Home
last modified time | relevance | path

Searched refs:textureUnitType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp3055 TextureType textureUnitType[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; in validateSamplers() local
3059 textureUnitType[i] = TEXTURE_UNKNOWN; in validateSamplers()
3078 if(textureUnitType[unit] != TEXTURE_UNKNOWN) in validateSamplers()
3080 if(samplersPS[i].textureType != textureUnitType[unit]) in validateSamplers()
3092 textureUnitType[unit] = samplersPS[i].textureType; in validateSamplers()
3113 if(textureUnitType[unit] != TEXTURE_UNKNOWN) in validateSamplers()
3115 if(samplersVS[i].textureType != textureUnitType[unit]) in validateSamplers()
3127 textureUnitType[unit] = samplersVS[i].textureType; in validateSamplers()