Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp1349 const FramebufferAttachment *newAttachment = mState.getDepthAttachment(); in syncState() local
1360 const FramebufferAttachment *newAttachment = mState.getStencilAttachment(); in syncState() local
1421 const FramebufferAttachment *newAttachment = mState.getColorAttachment(index); in syncState() local
/aosp_15_r20/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
H A DAttachmentsRepo.java71 File newAttachment = new File(mAttachmentsDir, fileName); in write() local