Searched refs:kDefaultBaseViewIndex (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/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 | 824 FramebufferAttachment::kDefaultBaseViewIndex, false, in Framebuffer() 833 FramebufferAttachment::kDefaultBaseViewIndex, false, in Framebuffer() 841 FramebufferAttachment::kDefaultBaseViewIndex, false, in Framebuffer() 899 FramebufferAttachment::kDefaultNumViews, FramebufferAttachment::kDefaultBaseViewIndex, in setReadSurface() 1780 FramebufferAttachment::kDefaultBaseViewIndex, false, in setAttachment() 1793 FramebufferAttachment::kDefaultBaseViewIndex, false, samples); in setAttachmentMultisample()
|
D | FramebufferAttachment.h | 159 static const GLint kDefaultBaseViewIndex; variable
|