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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
WebGLLayerChromium.cpp 105 unsigned int textureId = m_context->platformTexture();
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm 87 glBindTexture(GL_TEXTURE_2D, m_context->platformTexture());
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 460 Platform3DObject platformTexture() const { return m_compositorTexture; }
464 Platform3DObject platformTexture() const;
470 Platform3DObject platformTexture() const;
476 Platform3DObject platformTexture() const { return m_texture; }
479 Platform3DObject platformTexture() const { return NullPlatform3DObject; }
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 145 Platform3DObject GraphicsContext3DInternal::platformTexture() const
    [all...]
GraphicsContext3DInternal.h 62 Platform3DObject platformTexture() const;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 632 Platform3DObject GraphicsContext3D::platformTexture() const
    [all...]

Completed in 577 milliseconds