Searched defs:getSamplerType (Results 1 – 5 of 5) sorted by relevance
89 llvm::PointerType *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType() function in CGOpenCLRuntime
854 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType() function
858 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType() function
51 SamplerType getSamplerType (tcu::TextureFormat format) in getSamplerType() function
440 const GLchar* Utils::getSamplerType(Utils::TEXTURE_TYPES type) in getSamplerType() function in gl4cts::GLSL420Pack::Utils