OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drawbufferstate
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer11.cpp
873
const GLenum
drawBufferState
= framebuffer->getDrawBufferState(colorAttachment);
875
if (framebuffer->getColorbufferType(colorAttachment) != GL_NONE &&
drawBufferState
!= GL_NONE)
878
ASSERT(
drawBufferState
== GL_BACK ||
drawBufferState
== (GL_COLOR_ATTACHMENT0_EXT + colorAttachment));
[
all
...]
Completed in 699 milliseconds