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

  /external/webkit/Source/WebCore/html/canvas/
WebGLObject.h 59 virtual bool isFramebuffer() const { return false; }
WebGLFramebuffer.h 76 virtual bool isFramebuffer() const { return true; }
WebGLRenderingContext.h 172 GC3Dboolean isFramebuffer(WebGLFramebuffer*);
WebGLRenderingContext.idl     [all...]
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 217 glIsFramebufferType isFramebuffer;
381 isFramebuffer = GET_PROC_ADDRESS(glIsFramebuffer);
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 259 virtual WGC3Dboolean isFramebuffer(WebGLId framebuffer) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 167 GC3Dboolean isFramebuffer(Platform3DObject);
GraphicsContext3DChromium.cpp 585 DELEGATE_TO_IMPL_1R(isFramebuffer, Platform3DObject, GC3Dboolean)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 696 GC3Dboolean isFramebuffer(Platform3DObject);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 781 GC3Dboolean GraphicsContext3D::isFramebuffer(Platform3DObject framebuffer)
    [all...]

Completed in 43 milliseconds