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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 29 mDrawBufferStates[colorAttachment] = GL_NONE;
31 mDrawBufferStates[0] = GL_COLOR_ATTACHMENT0_EXT;
400 return mDrawBufferStates[colorAttachment];
405 mDrawBufferStates[colorAttachment] = drawBuffer;
410 return (mColorbuffers[colorAttachment].type() != GL_NONE && mDrawBufferStates[colorAttachment] != GL_NONE);
699 mDrawBufferStates[0] = GL_BACK;
Framebuffer.h 91 GLenum mDrawBufferStates[IMPLEMENTATION_MAX_DRAW_BUFFERS];

Completed in 76 milliseconds