Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h516 bool getAttachmentFixedSampleLocations(const ImageIndex &imageIndex) const;
DTexture.cpp1707 bool Texture::getAttachmentFixedSampleLocations(const ImageIndex &imageIndex) const in getAttachmentFixedSampleLocations() function in gl::Texture
DFramebuffer.cpp195 bool fixedSampleloc = texture->getAttachmentFixedSampleLocations(attachmentImageIndex); in CheckAttachmentSampleCompleteness()