Searched defs:srcVector (Results 1 – 4 of 4) sorted by relevance
592 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local614 int *srcVector = static_cast<int *>(const_cast<void *>(fillColor)); in packPixels() local621 unsigned int *srcVector = static_cast<unsigned int *>(const_cast<void *>(fillColor)); in packPixels() local630 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local638 int *srcVector = static_cast<int *>(const_cast<void *>(fillColor)); in packPixels() local645 unsigned int *srcVector = static_cast<unsigned int *>(const_cast<void *>(fillColor)); in packPixels() local654 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local661 int *srcVector = static_cast<int *>(const_cast<void *>(fillColor)); in packPixels() local668 unsigned int *srcVector = static_cast<unsigned int *>(const_cast<void *>(fillColor)); in packPixels() local675 float *srcVector = static_cast<float *>(const_cast<void *>(fillColor)); in packPixels() local
25 Vector<String> srcVector = new Vector<String>(); in testVector() local
2494 void swizzle_vector_for_image(T *srcVector, const cl_image_format *imageFormat) in swizzle_vector_for_image()2562 void pack_image_pixel(unsigned int *srcVector, in pack_image_pixel()2592 void pack_image_pixel(int *srcVector, const cl_image_format *imageFormat, in pack_image_pixel()2641 void pack_image_pixel(float *srcVector, const cl_image_format *imageFormat, in pack_image_pixel()2812 void pack_image_pixel_error(const float *srcVector, in pack_image_pixel_error()
117 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT n) { in LdDataVector()