OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_paused
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessXFBTests.cpp
489
glw::GLint
is_paused
= -1;
local
490
m_gl_getTransformFeedbackiv(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_PAUSED, &
is_paused
);
492
if (-1 ==
is_paused
)
503
if (0 !=
is_paused
)
507
<< "glGetTransformFeedbackiv with parameter GL_TRANSFORM_FEEDBACK_PAUSED has returned " <<
is_paused
[
all
...]
gl3cTransformFeedbackTests.cpp
4604
glw::GLint
is_paused
= 0;
local
[
all
...]
/external/webrtc/webrtc/libjingle/xmpp/
hangoutpubsubclient_unittest.cc
57
const std::string& nick, bool was_paused, bool
is_paused
) {
60
last_is_video_paused =
is_paused
;
Completed in 115 milliseconds