OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:border_u
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/cl_kernel/
kernel_wire_frame.cl
13
float border_y, float
border_u
, float border_v)
28
write_imagef (output_uv, (int2)(coord.x / 2, coord.y / 2), (float4)(
border_u
, border_v, 0.0f, 0.0f));
/external/libxcam/modules/ocl/
cl_wire_frame_handler.cpp
33
static float
border_u
= -58.0f;
member in namespace:XCam
196
args.push_back (new CLArgumentT<float> (
border_u
));
Completed in 359 milliseconds