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

  /external/swiftshader/src/OpenGL/libGL/
Context.h 627 void bindDrawFramebuffer(GLuint framebuffer);
Context.cpp 147 bindDrawFramebuffer(0);
965 void Context::bindDrawFramebuffer(GLuint framebuffer)
    [all...]
libGL.cpp 307 context->bindDrawFramebuffer(framebuffer);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 591 void bindDrawFramebuffer(GLuint framebuffer);
Context.cpp 159 bindDrawFramebuffer(0);
1200 void Context::bindDrawFramebuffer(GLuint framebuffer)
    [all...]
libGLESv2.cpp 264 context->bindDrawFramebuffer(framebuffer);
    [all...]

Completed in 743 milliseconds