OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isNPOT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp
46
,
m_isNPOT
(false)
232
return
m_isNPOT
;
315
m_isNPOT
= false;
318
m_isNPOT
= true;
361
if (
m_isNPOT
&& ((m_minFilter != GL_NEAREST && m_minFilter != GL_LINEAR)
WebGLTexture.h
128
bool
m_isNPOT
;
Completed in 47 milliseconds