Searched refs:samplerObject (Results 1 – 3 of 3) sorted by relevance
221 Sampler *samplerObject = mSamplerNameSpace.remove(sampler); in deleteSampler() local223 if(samplerObject) in deleteSampler()225 samplerObject->release(); in deleteSampler()338 Sampler *samplerObject = new Sampler(sampler); in checkSamplerAllocation() local339 samplerObject->addRef(); in checkSamplerAllocation()341 mSamplerNameSpace.insert(sampler, samplerObject); in checkSamplerAllocation()
1285 Sampler* samplerObject = getSampler(sampler); in bindSampler() local1289 mState.sampler[unit] = samplerObject; in bindSampler()1292 return !!samplerObject; in bindSampler()1654 Sampler *samplerObject = getSampler(sampler); in samplerParameteri() local1655 ASSERT(samplerObject); in samplerParameteri()1659 …case GL_TEXTURE_MIN_FILTER: samplerObject->setMinFilter(static_cast<GLenum>(param)); brea… in samplerParameteri()1660 …case GL_TEXTURE_MAG_FILTER: samplerObject->setMagFilter(static_cast<GLenum>(param)); brea… in samplerParameteri()1661 …case GL_TEXTURE_WRAP_S: samplerObject->setWrapS(static_cast<GLenum>(param)); brea… in samplerParameteri()1662 …case GL_TEXTURE_WRAP_T: samplerObject->setWrapT(static_cast<GLenum>(param)); brea… in samplerParameteri()1663 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); brea… in samplerParameteri()[all …]
780 …const tcu::Sampler samplerObject(tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler:… in recordCommands() local781 const VkSamplerCreateInfo samplerCreateInfo = mapSampler(samplerObject, m_format); in recordCommands()