Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp900 GLuint drawFramebufferName = context->getDrawFramebufferName(); in DrawBuffers() local
902 if((drawFramebufferName == 0) && (n != 1)) in DrawBuffers()
912 if(drawFramebufferName != 0) in DrawBuffers()
964 if(drawFramebufferName == 0) in DrawBuffers()
DlibGLESv2.cpp6237 GLuint drawFramebufferName = context->getDrawFramebufferName(); in DrawBuffersEXT() local
6239 if((drawFramebufferName == 0) && (n != 1)) in DrawBuffersEXT()
6249 if(drawFramebufferName != 0) in DrawBuffersEXT()
6285 if(drawFramebufferName == 0) in DrawBuffersEXT()