Searched refs:validRestriction (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/toolkit/ |
D | Utils.cpp | 48 bool validRestriction(const char* tag, size_t sizeX, size_t sizeY, const Restriction* restriction) { in validRestriction() function
|
D | Lut.cpp | 72 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in lut()
|
D | Histogram.cpp | 250 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in histogram() 268 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in histogramDot()
|
D | Utils.h | 135 bool validRestriction(const char* tag, size_t sizeX, size_t sizeY, const Restriction* restriction);
|
D | Lut3d.cpp | 171 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in lut3d()
|
D | Convolve3x3.cpp | 250 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in convolve3x3()
|
D | Blend.cpp | 360 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in blend()
|
D | Blur.cpp | 528 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in blur()
|
D | Convolve5x5.cpp | 336 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) { in convolve5x5()
|
D | ColorMatrix.cpp | 1044 if (!validRestriction(LOG_TAG, sizeX, sizeY, restriction)) {
|
D | Resize.cpp | 754 if (!validRestriction(LOG_TAG, outputSizeX, outputSizeY, restriction)) { in resize()
|