Searched refs:attachmentHandle (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp2790 GLuint attachmentHandle; local
2797 attachmentHandle = framebuffer->getColorbufferName(0);
2804 attachmentHandle = framebuffer->getDepthbufferName();
2811 attachmentHandle = framebuffer->getStencilbufferName();
2817 attachmentHandle = framebuffer->getDepthbufferName();
2821 if(attachmentHandle != framebuffer->getStencilbufferName())
2830 attachmentHandle = framebuffer->getColorbufferName(attachment - GL_COLOR_ATTACHMENT0);
2861 *params = attachmentHandle;
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp2084 GLuint attachmentHandle; local
2089 attachmentHandle = framebuffer->getColorbufferName();
2093 attachmentHandle = framebuffer->getDepthbufferName();
2097 attachmentHandle = framebuffer->getStencilbufferName();
2122 *params = attachmentHandle;
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp2575 GLuint attachmentHandle; local
2580 attachmentHandle = framebuffer->getColorbufferName();
2584 attachmentHandle = framebuffer->getDepthbufferName();
2588 attachmentHandle = framebuffer->getStencilbufferName();
2613 *params = attachmentHandle;

Completed in 100 milliseconds