OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WRITE_ONLY
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/
ocl.hpp
305
enum { LOCAL=1, READ_ONLY=2,
WRITE_ONLY
=4, READ_WRITE=6, CONSTANT=8, PTR_ONLY = 16, NO_SIZE=256 };
311
{ return KernelArg(PTR_ONLY+
WRITE_ONLY
, (UMat*)&m); }
323
{ return KernelArg(
WRITE_ONLY
, (UMat*)&m, wscale, iwscale); }
327
{ return KernelArg(
WRITE_ONLY
+NO_SIZE, (UMat*)&m, wscale, iwscale); }
opengl.hpp
94
WRITE_ONLY
= 0x88B9,
233
ogl::Buffer::READ_ONLY , ogl::Buffer::
WRITE_ONLY
or ogl::Buffer::READ_WRITE .
/external/opencv3/modules/cudaarithm/test/
test_opengl.cpp
251
cv::Mat dst = buf.mapHost(cv::ogl::Buffer::
WRITE_ONLY
);
/external/opencv3/modules/core/src/
gl_core_3_1.hpp
631
WRITE_ONLY
= 0x88B9,
[
all
...]
ocl.cpp
[
all
...]
Completed in 654 milliseconds