Home
last modified time | relevance | path

Searched refs:isExternalTexture (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DFramebufferAttachment.h96 bool isExternalTexture() const in isExternalTexture() function
DFramebuffer.cpp725 return (mColorAttachments[0].isAttached() && mColorAttachments[0].isExternalTexture()); in hasExternalTextureAttachment()