Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DTextureFunctionHLSL.h28 struct TextureFunction struct
46 bool operator<(const TextureFunction &rhs) const; argument
71 typedef std::set<TextureFunction> TextureFunctionSet; argument
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DComputeShaderTest.cpp1240 TEST_P(ComputeShaderTest, TextureFunction) in TEST_P() argument