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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.h 75 RefPtr<CanvasTexture> m_texture; member in class:WebCore::CanvasLayer
CanvasTexture.h 65 GLuint texture() { requireTexture(); return m_texture; }
82 GLuint m_texture; member in class:WebCore::CanvasTexture
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 114 TextureMapperCacheLock(BitmapTexture* texture) : m_texture(texture)
116 if (m_texture)
117 m_texture->lock();
121 if (m_texture)
122 m_texture->unlock();
126 RefPtr<BitmapTexture> m_texture; member in class:WebCore::TextureMapperCacheLock
271 if (m_texture)
275 m_texture = textureMapper->createTexture();
276 cache()->mark(m_texture.get());
420 m_texture->destroy()
    [all...]
TextureMapperNode.h 191 RefPtr<BitmapTexture> m_texture; member in class:WebCore::TextureMapperNode
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 264 GLuint m_texture; member in class:WebCore::GraphicsContext3DInternal
299 , m_texture(0)
431 glGenTextures(1, &m_texture);
432 glBindTexture(GraphicsContext3D::TEXTURE_2D, m_texture);
452 ::glDeleteTextures(1, &m_texture);
488 glBindTexture(GraphicsContext3D::TEXTURE_2D, m_texture);
511 framebufferTexture2D(GraphicsContext3D::FRAMEBUFFER, GraphicsContext3D::COLOR_ATTACHMENT0, GraphicsContext3D::TEXTURE_2D, m_texture, 0);
545 viewportGLWidget->drawTexture(rect, m_texture);
634 return m_internal->m_texture;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 476 Platform3DObject platformTexture() const { return m_texture; }
911 GC3Duint m_texture, m_compositorTexture; member in class:WebCore::GraphicsContext3D
    [all...]

Completed in 143 milliseconds