Searched refs:kDefaultBaseViewIndex (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | FramebufferAttachment.cpp | 28 const GLint FramebufferAttachment::kDefaultBaseViewIndex = 0; member in gl::FramebufferAttachment 55 mBaseViewIndex(kDefaultBaseViewIndex), in FramebufferAttachment() 67 attach(context, type, binding, textureIndex, resource, kDefaultNumViews, kDefaultBaseViewIndex, in FramebufferAttachment() 104 mBaseViewIndex = kDefaultBaseViewIndex; in detach()
|
D | Framebuffer.cpp | 816 FramebufferAttachment::kDefaultBaseViewIndex, false, in Framebuffer() 825 FramebufferAttachment::kDefaultBaseViewIndex, false, in Framebuffer() 833 FramebufferAttachment::kDefaultBaseViewIndex, false, in Framebuffer() 891 FramebufferAttachment::kDefaultNumViews, FramebufferAttachment::kDefaultBaseViewIndex, in setReadSurface() 1772 FramebufferAttachment::kDefaultBaseViewIndex, false, in setAttachment() 1785 FramebufferAttachment::kDefaultBaseViewIndex, false, samples); in setAttachmentMultisample()
|
D | FramebufferAttachment.h | 162 static const GLint kDefaultBaseViewIndex; variable
|