Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp574 GLenum emulatedBufs = bufs[0] == GL_NONE ? GL_NONE in glDrawBuffers() local
576 ctx->setDefaultFBODrawBuffer(emulatedBufs); in glDrawBuffers()
577 ctx->dispatcher().glDrawBuffers(1, &emulatedBufs); in glDrawBuffers()