Searched defs:isSampler (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp163 bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_SAMPLER_CUBE; } function in class:rsg::VariableType
/external/swiftshader/src/OpenGL/libGLESv2/
H A DResourceManager.cpp345 bool ResourceManager::isSampler(GLuint sampler) function in class:es2::ResourceManager
H A DContext.cpp1496 bool Context::isSampler(GLuint sampler) const function in class:es2::Context
1498 return mResourceManager->isSampler(sampler);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp156 bool llvm::isSampler(const llvm::Value &val) { function in class:llvm
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) argument
250 return string() + formatPart + (isSampler ? "sampler" : "image") + imageTypePart;

Completed in 252 milliseconds