HomeSort by relevance Sort by last modified time
    Searched refs:textureInfo (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 34 #include "TextureInfo.h"
138 renderInfo.textureInfo->m_width = tileWidth;
139 renderInfo.textureInfo->m_height = tileHeight;
GLUtils.cpp 36 #include "TextureInfo.h"
436 renderInfo->textureInfo->m_width = bitmap.width();
437 renderInfo->textureInfo->m_height = bitmap.height();
438 renderInfo->textureInfo->m_internalFormat = GL_RGBA;
454 TextureInfo* textureInfo = renderInfo->textureInfo;
459 if (requiredSize.equals(textureInfo->m_width, textureInfo->m_height))
469 textureInfo->m_width = bitmap.width()
    [all...]
BaseRenderer.h 41 class TextureInfo;
63 TextureInfo* textureInfo;
Tile.cpp 37 #include "TextureInfo.h"
319 TextureInfo* textureInfo = texture->getTextureInfo();
336 renderInfo.textureInfo = textureInfo;

Completed in 182 milliseconds