Searched defs:BitmapTextureGL (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp223 class BitmapTextureGL : public BitmapTexture { class in namespace:WebCore
232 ~BitmapTextureGL() { destroy(); }
246 BitmapTextureGL() function in class:WebCore::BitmapTextureGL
368 const BitmapTextureGL& textureGL = static_cast<const BitmapTextureGL&>(texture);
415 const BitmapTextureGL* maskTextureGL = static_cast<const BitmapTextureGL*>(maskTexture);
442 void BitmapTextureGL::reset(const IntSize& newSize, bool opaque)
468 PlatformGraphicsContext* BitmapTextureGL::beginPaint(const IntRect& dirtyRect)
475 void BitmapTextureGL
[all...]

Completed in 92 milliseconds