Home
last modified time | relevance | path

Searched refs:getFixedSampleLocations (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DTexture.h339 bool getFixedSampleLocations(TextureTarget target, size_t level) const;
DTexture.cpp972 bool Texture::getFixedSampleLocations(TextureTarget target, size_t level) const in getFixedSampleLocations() function in gl::Texture
1718 return getFixedSampleLocations(imageIndex.getTarget(), imageIndex.getLevelIndex()); in getAttachmentFixedSampleLocations()
Dqueryutils.cpp206 pname, static_cast<GLint>(texture->getFixedSampleLocations(target, level))); in QueryTexLevelParameterBase()