Searched refs:rsAllocationGetDimY (Results 1 – 25 of 42) sorted by relevance
12
22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
39 _RS_ASSERT(rsAllocationGetDimY(aRaw) == 0);51 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);57 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);63 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
41 _RS_ASSERT(rsAllocationGetDimY(aRaw) == 0);53 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);59 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);65 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
40 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);72 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);78 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);84 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
38 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);70 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);76 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);82 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
35 int height = rsAllocationGetDimY(image);53 int height = rsAllocationGetDimY(image);102 int h = rsAllocationGetDimY(fit);
29 int height = rsAllocationGetDimY(src_image);54 int height = rsAllocationGetDimY(mask);
110 int height = rsAllocationGetDimY(in);119 int height = rsAllocationGetDimY(in);128 int height = rsAllocationGetDimY(src_image);
107 int h = rsAllocationGetDimY(fit);
34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
30 int h = rsAllocationGetDimY(gBlur);
29 gDims.y = rsAllocationGetDimY(gCube);
44 rsAllocationGetDimY(gGrid) };
50 (gridPos[gct].y >= rsAllocationGetDimY(gGrid)) ||
50 if (py >= rsAllocationGetDimY(volume)) {
112 * rsAllocationGetDimY: Size of the Y dimension122 rsAllocationGetDimY(rs_allocation a);
384 * To get the dimension of specific allocation, use rsAllocationGetDimY().
494 int h = rsAllocationGetDimY(hough_output);509 int height = rsAllocationGetDimY(edgeImage);
12 rsAllocationGetDimY(rs_allocation a) { in rsAllocationGetDimY() function