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 79 mDrawBufferStates[colorAttachment] = GL_NONE;
81 mDrawBufferStates[0] = GL_COLOR_ATTACHMENT0_EXT;
341 return mDrawBufferStates[colorAttachment];
346 mDrawBufferStates[colorAttachment] = drawBuffer;
351 return (mColorbuffers[colorAttachment] && mDrawBufferStates[colorAttachment] != GL_NONE);
658 mDrawBufferStates[0] = GL_BACK;
695 GLenum drawBufferState = mDrawBufferStates[colorAttachment];
Framebuffer.h 90 GLenum mDrawBufferStates[IMPLEMENTATION_MAX_DRAW_BUFFERS];

Completed in 44 milliseconds