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

  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 159 QPixmap* nativeImage = m_data.m_image->nativeImageForCurrentFrame();
160 if (!nativeImage)
164 QPixmap alphaMask = *nativeImage;
GraphicsContext3DQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 487 NativeImagePtr nativeImage = image ? image->nativeImageForCurrentFrame() : 0;
488 if (!image || !nativeImage) {
494 if (nativeImage == m_image)
497 GLuint newTextureID = m_textureMapper->data().directlyCompositedImages.findOrCreate(nativeImage, found);
502 m_image = nativeImage;

Completed in 339 milliseconds