Searched refs:xDim (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/cppbasic-shared/ |
D | compute.cpp | 78 static const uint32_t xDim = 7; in test_compute() local 82 tb.setX(xDim); in test_compute() 92 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute()
|
/frameworks/rs/tests/cppbasic/ |
D | compute.cpp | 78 static const uint32_t xDim = 7; in test_compute() local 82 tb.setX(xDim); in test_compute() 92 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute()
|
/frameworks/base/libs/hwui/ |
D | DisplayListOp.h | 669 #define SET_TEXTURE(ptr, posRect, offsetRect, texCoordsRect, xDim, yDim) \ argument 670 TextureVertex::set(ptr++, posRect.xDim - offsetRect.left, posRect.yDim - offsetRect.top, \ 671 texCoordsRect.xDim, texCoordsRect.yDim)
|