Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h112 bool hasExternalTextureAttachment() const;
282 bool hasExternalTextureAttachment() const;
DFramebuffer.cpp725 bool FramebufferState::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::FramebufferState
1155 bool Framebuffer::hasExternalTextureAttachment() const in hasExternalTextureAttachment() function in gl::Framebuffer
1157 return mState.hasExternalTextureAttachment(); in hasExternalTextureAttachment()
DvalidationES.cpp4002 if (framebuffer->hasExternalTextureAttachment()) in ValidateDrawStates()