Searched refs:hasExternalTextureAttachment (Results 1 – 3 of 3) sorted by relevance
112 bool hasExternalTextureAttachment() const;282 bool hasExternalTextureAttachment() const;
725 bool FramebufferState::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::FramebufferState1155 bool Framebuffer::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::Framebuffer1157 return mState.hasExternalTextureAttachment(); in hasExternalTextureAttachment()
4002 if (framebuffer->hasExternalTextureAttachment()) in ValidateDrawStates()