Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp303 SAMPLER_CUBE, enumerator
DPixelShader.cpp360 case Shader::SAMPLER_CUBE: in analyzeInterpolants()
DShader.cpp253 case SAMPLER_CUBE: instructionString += "_cube "; break; in string()