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

  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h 35 class TextureMapperGL : public TextureMapper {
37 TextureMapperGL();
38 virtual ~TextureMapperGL();
50 static PassOwnPtr<TextureMapperGL> create()
52 return new TextureMapperGL;
TextureMapperGL.cpp 21 #include "TextureMapperGL.h"
245 TextureMapperGL* m_textureMapper;
256 friend class TextureMapperGL;
266 TextureMapperGL::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::makeContextCurrent(
    [all...]

Completed in 28 milliseconds