OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_OpenGlApiCallError
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/highgui/src/
window_w32.cpp
626
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Create A GL Device Context" );
630
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Find A Suitable PixelFormat" );
633
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Set The PixelFormat" );
637
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Create A GL Rendering Context" );
640
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Activate The GL Rendering Context" );
677
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Activate The GL Rendering Context" );
685
CV_ERROR(
CV_OpenGlApiCallError
, "Can't swap OpenGL buffers" );
697
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Activate The GL Rendering Context" );
852
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Activate The GL Rendering Context" );
[
all
...]
window_gtk.cpp
852
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Create A GL Device Context" );
856
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Create A GL Device Context" );
873
CV_ERROR(
CV_OpenGlApiCallError
, "Can't Activate The GL Rendering Context" );
[
all
...]
/external/opencv3/modules/core/src/
system.cpp
769
case
CV_OpenGlApiCallError
: return "OpenGL API call";
[
all
...]
opengl.cpp
92
cvError(
CV_OpenGlApiCallError
, func, msg, file, line);
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
170
CV_OpenGlApiCallError
= -219,
[
all
...]
Completed in 43 milliseconds