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

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.h 76 virtual bool isFramebuffer() const { return true; }
WebGLObject.h 59 virtual bool isFramebuffer() const { return false; }
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 781 GC3Dboolean GraphicsContext3D::isFramebuffer(Platform3DObject framebuffer)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 217 glIsFramebufferType isFramebuffer;
381 isFramebuffer = GET_PROC_ADDRESS(glIsFramebuffer);
    [all...]

Completed in 305 milliseconds