Searched refs:isFbo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp166 const bool isFbo = getTargetFbo() == 0; local
168 isFbo ? (const GLenum) GL_COLOR_EXT : (const GLenum) GL_COLOR_ATTACHMENT0,
169 isFbo ? (const GLenum) GL_STENCIL_EXT : (const GLenum) GL_STENCIL_ATTACHMENT };

Completed in 40 milliseconds