Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp345 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
DContext.cpp1496 bool Context::isSampler(GLuint sampler) const in isSampler() function in es2::Context
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp163 …bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_… in isSampler() function in rsg::VariableType
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp156 bool llvm::isSampler(const llvm::Value &val) { in isSampler() function in llvm
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl337 glIsSamplerFunc isSampler; variable
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp237 …SamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType()