Searched refs:GC3Dbitfield (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsTypes3D.h | 35 typedef unsigned int GC3Dbitfield; typedef
|
D | GraphicsContext3D.h | 631 void clear(GC3Dbitfield mask);
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | SharedGraphicsContext3D.h | 83 void clear(GC3Dbitfield mask);
|
D | SharedGraphicsContext3D.cpp | 153 void SharedGraphicsContext3D::clear(GC3Dbitfield mask) in clear()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DInternal.h | 108 void clear(GC3Dbitfield mask); 271 …nt srcY1, GC3Dint dstX0, GC3Dint dstY0, GC3Dint dstX1, GC3Dint dstY1, GC3Dbitfield mask, GC3Denum …
|
D | GraphicsContext3DChromium.cpp | 459 DELEGATE_TO_IMPL_1(clear, GC3Dbitfield) in DELEGATE_TO_IMPL_1R() 807 …UM, GC3Dint, GC3Dint, GC3Dint, GC3Dint, GC3Dint, GC3Dint, GC3Dint, GC3Dint, GC3Dbitfield, GC3Denum) in DELEGATE_TO_IMPL_4R() 995 DELEGATE_TO_INTERNAL_1(clear, GC3Dbitfield) in DELEGATE_TO_INTERNAL_2()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLFramebuffer.cpp | 263 GC3Dbitfield mask = 0; in initializeRenderbuffers()
|
D | WebGLRenderingContext.h | 94 void clear(GC3Dbitfield mask); 484 bool clearIfComposited(GC3Dbitfield clearMask = 0);
|
D | WebGLRenderingContext.cpp | 500 bool WebGLRenderingContext::clearIfComposited(GC3Dbitfield mask) in clearIfComposited() 527 GC3Dbitfield clearMask = GraphicsContext3D::COLOR_BUFFER_BIT; in clearIfComposited() 953 void WebGLRenderingContext::clear(GC3Dbitfield mask) in clear()
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 465 void GraphicsContext3D::clear(GC3Dbitfield mask) in clear()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 796 void GraphicsContext3D::clear(GC3Dbitfield mask) in clear()
|