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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 75 static GLuint createTileGLTexture(int width, int height);
TileTexture.cpp 65 m_ownTextureId = GLUtils::createTileGLTexture(m_size.width(), m_size.height());
GLUtils.cpp 356 GLuint GLUtils::createTileGLTexture(int width, int height)

Completed in 154 milliseconds