Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp315 GLuint textureEffectiveBaseLevel = texture->getTextureState().getEffectiveBaseLevel(); in AttachmentOverlapsWithTexture() local
316 GLuint textureMaxLevel = textureEffectiveBaseLevel; in AttachmentOverlapsWithTexture()
323 return attachmentLevel >= textureEffectiveBaseLevel && attachmentLevel <= textureMaxLevel; in AttachmentOverlapsWithTexture()