OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:border_v
(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
34
static float
border_v
= -104.0f;
member in namespace:XCam
197
args.push_back (new CLArgumentT<float> (
border_v
));
Completed in 1753 milliseconds