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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 39 mColorbuffers[colorAttachment].set(NULL, GL_NONE, 0, 0);
126 mColorbuffers[colorAttachment].set(attachment, type, level, layer);
130 mColorbuffers[colorAttachment].set(NULL, GL_NONE, 0, 0);
179 if (mColorbuffers[colorAttachment].id() == texture &&
180 IsInternalTextureTarget(mColorbuffers[colorAttachment].type(), mRenderer->getCurrentClientVersion()))
182 mColorbuffers[colorAttachment].set(NULL, GL_NONE, 0, 0);
201 if (mColorbuffers[colorAttachment].id() == renderbuffer && mColorbuffers[colorAttachment].type() == GL_RENDERBUFFER)
203 mColorbuffers[colorAttachment].set(NULL, GL_NONE, 0, 0);
222 FramebufferAttachment *colorbuffer = mColorbuffers[colorAttachment].get()
    [all...]
Framebuffer.h 90 FramebufferTextureBindingPointer<FramebufferAttachment> mColorbuffers[IMPLEMENTATION_MAX_DRAW_BUFFERS];

Completed in 167 milliseconds