HomeSort by relevance Sort by last modified time
    Searched refs:isTextureWithId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 53 bool isTextureWithId(GLuint textureId) const { return isTexture() && id() == textureId; }
Framebuffer.cpp 218 if (attachment && attachment->isTextureWithId(textureId))
224 if (mDepthbuffer && mDepthbuffer->isTextureWithId(textureId))
229 if (mStencilbuffer && mStencilbuffer->isTextureWithId(textureId))

Completed in 52 milliseconds