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

  /external/skia/src/core/
SkImageFilter.cpp 213 WrapTexture(resultTex, bounds.width(), bounds.height(), result);
320 void SkImageFilter::WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result) {
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 279 WrapTexture(resultTex, bounds.width(), bounds.height(), result);
379 void SkImageFilter::WrapTexture(GrTexture* texture, int width, int height, SkBitmap* result) {

Completed in 114 milliseconds