Searched defs:isFramebuffer (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/html/canvas/ | ||
D | WebGLObject.h | 59 virtual bool isFramebuffer() const { return false; } in isFramebuffer() function |
D | WebGLFramebuffer.h | 76 virtual bool isFramebuffer() const { return true; } in isFramebuffer() function |
D | WebGLRenderingContext.cpp | 2668 GC3Dboolean WebGLRenderingContext::isFramebuffer(WebGLFramebuffer* framebuffer) in isFramebuffer() function in WebCore::WebGLRenderingContext |
/external/webkit/Source/WebCore/platform/graphics/qt/ | ||
D | GraphicsContext3DQt.cpp | 217 glIsFramebufferType isFramebuffer; member in WebCore::GraphicsContext3DInternal |
/external/webkit/Source/WebCore/platform/graphics/opengl/ | ||
D | GraphicsContext3DOpenGL.cpp | 781 GC3Dboolean GraphicsContext3D::isFramebuffer(Platform3DObject framebuffer) in isFramebuffer() function in WebCore::GraphicsContext3D |