/hardware/qcom/display/msm8909/libmemtrack/ |
kgsl.c | 87 char line_type[7]; local 101 &size, flags, line_type, line_usage); 106 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 113 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/hardware/qcom/display/msm8960/libmemtrack/ |
kgsl.c | 87 char line_type[7]; local 101 &size, flags, line_type, line_usage); 106 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 111 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/hardware/qcom/display/msm8084/libmemtrack/ |
kgsl.c | 89 char line_type[7]; local 103 &size, flags, line_type, line_usage); 108 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 115 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/hardware/qcom/display/msm8226/libmemtrack/ |
kgsl.c | 89 char line_type[7]; local 103 &size, flags, line_type); 108 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 115 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/hardware/qcom/display/msm8994/libmemtrack/ |
kgsl.c | 89 char line_type[7]; local 103 &size, flags, line_type, line_usage); 108 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 115 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/hardware/qcom/display/msm8996/libmemtrack/ |
kgsl.c | 87 char line_type[7]; local 101 &size, flags, line_type, line_usage, &mapsize); 106 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 114 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/external/opencv3/modules/highgui/include/opencv2/ |
highgui.hpp | 562 int line_type; // Qt: PointSize member in struct:cv::QtFont
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | 1130 int line_type; \/\/!< Qt: PointSize member in struct:CvFont [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 1993 int type, cn, line_type; local [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 1392 int line_type; member in struct:CvFont [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 62 const void* color, int line_type, 70 const void* color, int thickness, int line_type, int shift ); 74 const void* color, int line_type, int shift ); 914 const void* color, int thickness, int line_type ) 935 icvPolyLine( img, v, count, 0, color, thickness, line_type, XY_SHIFT ); 939 icvFillConvexPoly( img, v, count, color, line_type, XY_SHIFT ); 954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT )); 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) 2204 int thickness, line_type; local [all...] |
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 1807 int type, cn, line_type; local [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |