Searched refs:textureDomain (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/gpu/
H A DGrSamplerState.h153 void setTextureDomain(const GrRect& textureDomain) { fTextureDomain = textureDomain; } argument
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1481 GrRect textureDomain; local
1482 textureDomain.setLTRB(left, top, right, bottom);
1483 sampler->setTextureDomain(textureDomain);

Completed in 32 milliseconds