Searched refs:GR_GL_COLOR (Results 1 – 3 of 3) sorted by relevance
918 #define GR_GL_COLOR 0x1800 macro
931 #define GR_GL_COLOR 0x1800 macro
2024 discardAttachments.push_back((!renderFBOID) ? GR_GL_COLOR : GR_GL_COLOR_ATTACHMENT0); in endCommandBuffer()2372 GrGLenum colorDiscardAttachment = (rt->multisampleFBOID() == 0) ? GR_GL_COLOR in resolveRenderFBOs()