HomeSort by relevance Sort by last modified time
    Searched full:real_count (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_params.c 64 VGint real_count = vegaGetVectorSize(type); local
65 return count == real_count;
769 VGint real_count = vegaGetVectorSize(type); local
771 if (!values || count <= 0 || count > real_count || !is_aligned(values)) {
870 VGint real_count = vegaGetVectorSize(type); local
872 if (!values || count <= 0 || count > real_count || !is_aligned(values)) {
1107 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
1114 if (count < 0 || count < real_count ||
1223 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
1528 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
1614 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_params.c 64 VGint real_count = vegaGetVectorSize(type); local
65 return count == real_count;
769 VGint real_count = vegaGetVectorSize(type); local
771 if (!values || count <= 0 || count > real_count || !is_aligned(values)) {
870 VGint real_count = vegaGetVectorSize(type); local
872 if (!values || count <= 0 || count > real_count || !is_aligned(values)) {
1107 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
1114 if (count < 0 || count < real_count ||
1223 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
1528 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
1614 VGint real_count = vegaGetParameterVectorSize(object, paramType); local
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 169 int real_count = 0;
172 if( pts1[j].x >= 0 ) real_count++;
174 if(real_count < 3) return;
175 CvMat* xy = cvCreateMat( 2*real_count, 6, CV_32FC1 );
176 CvMat* uv = cvCreateMat( 2*real_count, 1, CV_32FC1 );
    [all...]

Completed in 133 milliseconds