Home
last modified time | relevance | path

Searched defs:attachmentLevel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DReadPixelsTest.cpp1196 GLint attachmentLevel, in initTextureRGBA()
1210 GLint attachmentLevel, in initTextureBGRA()
1229 void testRead(GLenum textureTarget, GLint levels, GLint attachmentLevel, GLint attachmentLayer) in testRead()
1257 GLint attachmentLevel, in testPBORead()
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp316 GLuint attachmentLevel = static_cast<GLuint>(index.getLevelIndex()); in AttachmentOverlapsWithTexture() local