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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 77 static void createTextureWithBitmap(GLuint texture, const SkBitmap& bitmap, GLint filter = GL_LINEAR);
GLUtils.cpp 522 void GLUtils::createTextureWithBitmap(GLuint texture, const SkBitmap& bitmap, GLint filter)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.cpp 91 GLUtils::createTextureWithBitmap(texture, bitmap);

Completed in 139 milliseconds