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

  /external/webkit/Source/WebCore/html/canvas/
WebGLObject.h 63 virtual bool isTexture() const { return false; }
WebGLTexture.h 106 virtual bool isTexture() const { return true; }
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 817 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 26 milliseconds