OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_max_texture_size
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/deps/glbench/src/
main.cc
38
GLint
g_max_texture_size
;
variable
101
g_max_texture_size
= size[0];
main.h
115
extern GLint
g_max_texture_size
;
fillratetest.cc
186
const int max_size = std::min(g_hasty ? 512 : 4096,
g_max_texture_size
);
Completed in 35 milliseconds