Searched refs:m_texture (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageTexture.cpp89 , m_texture(0)
116 delete m_texture;
162 if (!m_texture)
168 int nbTextures = m_texture->nbTextures(visibleArea, 1.0);
190 if (!m_texture && m_picture) {
191 m_texture = new TiledTexture(this);
194 m_texture->update(region, m_picture);
197 if (!m_texture)
201 m_texture->prepare(state, 1.0, true, true, visibleArea);
202 if (m_texture
[all...]
H A DBaseTileTexture.h48 , m_texture(0)
58 TextureInfo* m_texture; member in class:WebCore::TextureTileInfo
H A DImageTexture.h99 TiledTexture* m_texture; member in class:WebCore::ImageTexture
H A DLayerAndroid.cpp151 m_texture(0),
175 m_texture(0),
252 m_texture(0),
786 if (texture == m_texture)
787 m_texture = 0;
827 if (m_texture && m_visible)
828 m_texture->computeTexturesAmount(result);
876 if (m_texture)
877 m_texture->swapTiles();
886 if (m_texture) {
[all...]
H A DLayerAndroid.h293 PaintedSurface* texture() { return m_texture; }
390 PaintedSurface* m_texture; member in class:WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DGtk.cpp59 , m_texture(0)
72 ::glGenTextures(1, &m_texture);
73 ::glBindTexture(GL_TEXTURE_2D, m_texture);
126 ::glDeleteTextures(1, &m_texture);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp114 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
[all...]
H A DTextureMapperNode.h191 RefPtr<BitmapTexture> m_texture; member in class:WebCore::TextureMapperNode
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.mm95 , m_texture(0)
168 ::glGenTextures(1, &m_texture);
169 ::glBindTexture(GL_TEXTURE_2D, m_texture);
228 ::glDeleteTextures(1, &m_texture);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp264 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;
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h476 Platform3DObject platformTexture() const { return m_texture; }
911 GC3Duint m_texture, m_compositorTexture; member in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp236 ::glBindTexture(GL_TEXTURE_2D, m_texture);
238 ::glFramebufferTexture2DEXT(GL_FRAMEBUFFER_EXT, GL_COLOR_ATTACHMENT0_EXT, GL_TEXTURE_2D, m_texture, 0);

Completed in 436 milliseconds