HomeSort by relevance Sort by last modified time
    Searched refs:getDrawFramebuffer (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 764 Framebuffer *drawFramebuffer = getDrawFramebuffer();
1132 Framebuffer *Context::getDrawFramebuffer() const
    [all...]
Context.h 655 Framebuffer *getDrawFramebuffer() const;
libGLESv2.cpp 681 framebuffer = context->getDrawFramebuffer();
    [all...]
libGLESv3.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 922 Framebuffer *Context::getDrawFramebuffer()
    [all...]
Context.h 656 Framebuffer *getDrawFramebuffer();
libGL.cpp 660 framebuffer = context->getDrawFramebuffer();
    [all...]

Completed in 171 milliseconds