OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_powerOfTwo
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles3/performance/
es3pTextureCases.hpp
69
const bool
m_powerOfTwo
;
es3pTextureCases.cpp
73
,
m_powerOfTwo
(powerOfTwo)
107
if (
m_powerOfTwo
)
118
DE_ASSERT(
m_powerOfTwo
|| (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE));
/external/deqp/modules/gles2/performance/
es2pTextureCases.hpp
65
bool
m_powerOfTwo
;
es2pTextureCases.cpp
74
,
m_powerOfTwo
(powerOfTwo)
99
if (
m_powerOfTwo
)
110
DE_ASSERT(
m_powerOfTwo
|| (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE));
Completed in 927 milliseconds