Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp902 GLuint drawFramebufferName = context->getDrawFramebufferName(); in DrawBuffers() local
904 if((drawFramebufferName == 0) && (n != 1)) in DrawBuffers()
914 if(drawFramebufferName != 0) in DrawBuffers()
966 if(drawFramebufferName == 0) in DrawBuffers()
DlibGLESv2.cpp6202 GLuint drawFramebufferName = context->getDrawFramebufferName(); in DrawBuffersEXT() local
6204 if((drawFramebufferName == 0) && (n != 1)) in DrawBuffersEXT()
6214 if(drawFramebufferName != 0) in DrawBuffersEXT()
6250 if(drawFramebufferName == 0) in DrawBuffersEXT()