Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h114 bool hasExternalTextureAttachment() const;
282 bool hasExternalTextureAttachment() const;
DFramebuffer.cpp722 bool FramebufferState::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::FramebufferState
1147 bool Framebuffer::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::Framebuffer
1149 return mState.hasExternalTextureAttachment(); in hasExternalTextureAttachment()
DvalidationES.cpp3820 if (framebuffer->hasExternalTextureAttachment()) in ValidateDrawStates()