OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QueriedState
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsStateQueryUtil.cpp
54
QueriedState
::
QueriedState
(void)
59
QueriedState
::
QueriedState
(glw::GLint v)
65
QueriedState
::
QueriedState
(glw::GLint64 v)
71
QueriedState
::
QueriedState
(bool v)
77
QueriedState
::
QueriedState
(glw::GLfloat v
[
all
...]
glsStateQueryUtil.hpp
324
class
QueriedState
334
QueriedState
(void);
335
explicit
QueriedState
(glw::GLint);
336
explicit
QueriedState
(glw::GLint64);
337
explicit
QueriedState
(bool);
338
explicit
QueriedState
(glw::GLfloat);
339
explicit
QueriedState
(glw::GLuint);
340
explicit
QueriedState
(const GLIntVec3&);
341
explicit
QueriedState
(void*);
342
explicit
QueriedState
(const GLIntVec4&)
[
all
...]
Completed in 44 milliseconds