Home
last modified time | relevance | path

Searched defs:validate2DRange (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp275 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange() function in Allocation
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java780 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() method in Allocation