Searched refs:getFixedSampleLocations (Results 1 – 3 of 3) sorted by relevance
339 bool getFixedSampleLocations(TextureTarget target, size_t level) const;
972 bool Texture::getFixedSampleLocations(TextureTarget target, size_t level) const in getFixedSampleLocations() function in gl::Texture1718 return getFixedSampleLocations(imageIndex.getTarget(), imageIndex.getLevelIndex()); in getAttachmentFixedSampleLocations()
206 pname, static_cast<GLint>(texture->getFixedSampleLocations(target, level))); in QueryTexLevelParameterBase()