OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OES_texture_npot
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/rs/
rsContext.h
168
bool ext_OES_texture_npot() const {return mGL.
OES_texture_npot
;}
204
bool
OES_texture_npot
;
rsContext.cpp
562
mGL.
OES_texture_npot
= NULL != strstr((const char *)mGL.mExtensions, "GL_OES_texture_npot");
Completed in 55 milliseconds