Searched defs:t_ptr (Results 1 – 6 of 6) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_image.h | 100 const T *t_ptr = (const T *)(_buf_ptr + y * _pitch); in read_data_no_check() local 118 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)) + x; in read_array_no_check() local 125 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)) + x; in read_array_no_check() local 138 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)); in read_array() local 150 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)); in read_array() local 166 T *t_ptr = (T *)(_buf_ptr + y * _pitch); in write_data_no_check() local 172 T *t_ptr = (T *)(_buf_ptr + y * _pitch); in write_array_no_check() local 184 T *t_ptr = ((T *)(_buf_ptr + y * _pitch)); in write_array() local
|
/external/clang/test/Index/ |
D | load-exprs.c | 4 T* t_ptr = (T *)ptr; in f() local
|
D | annotate-tokens.c | 4 T* t_ptr = (T *)ptr; in f() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 4164 const T* t_ptr = (const T*)top; in iterate() local
|
/external/libyuv/files/source/ |
D | row_msa.cc | 158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_msa.cc | 158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ argument
|