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
323
class
QueriedState
333
QueriedState
(void);
334
explicit
QueriedState
(glw::GLint);
335
explicit
QueriedState
(glw::GLint64);
336
explicit
QueriedState
(bool);
337
explicit
QueriedState
(glw::GLfloat);
338
explicit
QueriedState
(glw::GLuint);
339
explicit
QueriedState
(const GLIntVec3&);
340
explicit
QueriedState
(void*);
341
explicit
QueriedState
(const GLIntVec4&)
[
all
...]
Completed in 57 milliseconds