HomeSort by relevance Sort by last modified time
    Searched refs:TextureMapperGL (Results 1 - 4 of 4) 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...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.cpp 28 # include "opengl/TextureMapperGL.h"
169 return new TextureMapperGL;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp 33 #include "opengl/TextureMapperGL.h"
132 setTextureMapper(TextureMapperGL::create());

Completed in 76 milliseconds