Searched refs:namedFramebufferDrawBuffer (Results 1 – 5 of 5) sorted by relevance
140 void namedFramebufferDrawBuffer(FramebufferID framebufferPacked, GLenum buf); \
3443 void Context::namedFramebufferDrawBuffer(FramebufferID framebuffer, GLenum buf) in namedFramebufferDrawBuffer() function in gl::Context
719 ASSIGN("glNamedFramebufferDrawBuffer", namedFramebufferDrawBuffer); in initProcsDesktopGL()907 ASSIGN("glNamedFramebufferDrawBuffer", namedFramebufferDrawBuffer); in initProcsDesktopGL()3486 namedFramebufferDrawBuffer = &glNamedFramebufferDrawBufferNULL; in initProcsDesktopGLNULL()3673 namedFramebufferDrawBuffer = &glNamedFramebufferDrawBufferNULL; in initProcsDesktopGLNULL()
690 PFNGLNAMEDFRAMEBUFFERDRAWBUFFERPROC namedFramebufferDrawBuffer = nullptr; variable
2206 context->namedFramebufferDrawBuffer(framebufferPacked, buf); in NamedFramebufferDrawBuffer()