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

  /external/skia/src/gpu/
GrSurface.cpp 83 template<typename T> static bool adjust_params(int surfaceWidth, function
115 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
125 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /external/skqp/src/gpu/
GrSurface.cpp 83 template<typename T> static bool adjust_params(int surfaceWidth, function
115 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
125 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,

Completed in 56 milliseconds