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

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.h35 class TextureMapperGL : public TextureMapper { class in namespace:WebCore
37 TextureMapperGL();
38 virtual ~TextureMapperGL();
50 static PassOwnPtr<TextureMapperGL> create()
52 return new TextureMapperGL;
H A DTextureMapperGL.cpp21 #include "TextureMapperGL.h"
245 TextureMapperGL* m_textureMapper;
256 friend class TextureMapperGL;
266 TextureMapperGL::TextureMapperGL() function in class:WebCore::TextureMapperGL
363 void TextureMapperGL::drawTexture(const BitmapTexture& texture, const IntRect& targetRect, const TransformationMatrix& modelViewMatrix, float opacity, const BitmapTexture* maskTexture)
437 const char* TextureMapperGL::type() const
542 TextureMapperGL::~TextureMapperGL()
548 bool TextureMapperGL
[all...]

Completed in 49 milliseconds