OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_contextInfo
(Results
1 - 7
of
7
) sorted by null
/external/deqp/modules/glshared/
glsShaderLibrary.hpp
54
const glu::ContextInfo&
m_contextInfo
;
glsShaderLibraryCase.hpp
221
const glu::ContextInfo&
m_contextInfo
;
glsShaderLibrary.cpp
204
const glu::ContextInfo&
m_contextInfo
;
215
,
m_contextInfo
(contextInfo)
[
all
...]
/external/deqp/modules/gles2/
tes2Context.hpp
53
const glu::ContextInfo& getContextInfo (void) { return *
m_contextInfo
; }
59
glu::ContextInfo*
m_contextInfo
;
/external/deqp/modules/gles3/
tes3Context.hpp
53
const glu::ContextInfo& getContextInfo (void) const { return *
m_contextInfo
; }
59
glu::ContextInfo*
m_contextInfo
;
/external/deqp/modules/gles31/
tes31Context.hpp
53
const glu::ContextInfo& getContextInfo (void) const { return *
m_contextInfo
; }
65
glu::ContextInfo*
m_contextInfo
;
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp
163
const glu::ContextInfo&
m_contextInfo
;
171
,
m_contextInfo
(context.getContextInfo())
184
return m_extension.empty() ||
m_contextInfo
.isExtensionSupported(m_extension.c_str());
[
all
...]
Completed in 273 milliseconds