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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DUniform.cpp77 bool LinkedUniform::isSampler() const function in class:gl::LinkedUniform
H A DResourceManager.cpp424 bool ResourceManager::isSampler(GLuint sampler) function in class:gl::ResourceManager
H A DContext.cpp1172 bool Context::isSampler(GLuint samplerName) const function in class:Context
1174 return mResourceManager->isSampler(samplerName);
/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/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp155 bool llvm::isSampler(const llvm::Value &val) { function in class:llvm
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) argument
249 return string() + formatPart + (isSampler ? "sampler" : "image") + imageTypePart;

Completed in 202 milliseconds