HomeSort by relevance Sort by last modified time
    Searched refs:line_type (Results 1 - 18 of 18) sorted by null

  /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/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/msm8994/libmemtrack/
kgsl.c 89 char line_type[7]; local
103 &size, flags, line_type, line_usage, &mapsize);
108 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
117 } 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) {
  /hardware/qcom/display/msm8998/libmemtrack/
kgsl.c 76 char line_type[7]; local
90 &size, flags, line_type, line_usage, &mapsize,
102 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
116 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
  /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/opencv/cxcore/include/
cxcore.h 1392 int line_type; member in struct:CvFont
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 1993 int type, cn, line_type; local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 495 line_type = 'swipe' if bool('swipe' in gesture) else 'basic'
505 if line_type is 'swipe':
539 speed, line_type)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py     [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 422 // provided as |line_type|.
425 const char line_type,
429 description << "Expect line: " << line_type << "=" << line_value;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 575 milliseconds