Searched refs:getSamplerTextureId (Results 1 – 2 of 2) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | State.cpp | 1456 TextureID State::getSamplerTextureId(unsigned int sampler, TextureType type) const in getSamplerTextureId() function in gl::State 2658 getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), TextureType::_2D) in getIntegerv() 2663 *params = getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), in getIntegerv() 2670 getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), TextureType::CubeMap) in getIntegerv() 2676 getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), TextureType::_3D) in getIntegerv() 2681 *params = getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), in getIntegerv() 2687 *params = getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), in getIntegerv() 2693 *params = getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), in getIntegerv() 2699 *params = getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), in getIntegerv() 2705 *params = getSamplerTextureId(static_cast<unsigned int>(mActiveSampler), in getIntegerv()
|
D | State.h | 292 TextureID getSamplerTextureId(unsigned int sampler, TextureType type) const;
|