Home
last modified time | relevance | path

Searched defs:TextureFunction (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DTextureFunctionHLSL.h28 struct TextureFunction struct
46 bool operator<(const TextureFunction &rhs) const; argument
71 typedef std::set<TextureFunction> TextureFunctionSet; argument
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h238 struct TextureFunction struct
242 enum Method
251 Method method;
252 bool proj;
253 bool offset;
DOutputASM.cpp422 …OutputASM::TextureFunction::TextureFunction(const TString& nodeName) : method(IMPLICIT), proj(fals… in TextureFunction() function in glsl::OutputASM::TextureFunction
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp943 TEST_P(ComputeShaderTest, TextureFunction) in TEST_P() argument