Searched refs:hasExternalTextureAttachment (Results 1 – 3 of 3) sorted by relevance
114 bool hasExternalTextureAttachment() const;282 bool hasExternalTextureAttachment() const;
722 bool FramebufferState::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::FramebufferState1147 bool Framebuffer::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::Framebuffer1149 return mState.hasExternalTextureAttachment(); in hasExternalTextureAttachment()
3820 if (framebuffer->hasExternalTextureAttachment()) in ValidateDrawStates()