Home
last modified time | relevance | path

Searched refs:setDrawBuffers (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DFramebufferData.h97 void setDrawBuffers(GLsizei n, const GLenum * bufs);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp604 void FramebufferData::setDrawBuffers(GLsizei n, const GLenum * bufs) { in setDrawBuffers() function in FramebufferData
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp581 fbObj->setDrawBuffers(n, bufs); in glDrawBuffers()