OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_log2
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/deps/glbench/src/
utils.h
34
GLuint SetupTexture(GLsizei
size_log2
);
fillratetest.cc
188
int
size_log2
= 5;
local
189
for (int size = 1 <<
size_log2
; size <= max_size; size *= 2) {
221
GLuint source_texture = SetupTexture(
size_log2
);
237
size_log2
++;
utils.cc
176
GLuint SetupTexture(GLsizei
size_log2
) {
177
GLsizei size = 1 <<
size_log2
;
Completed in 457 milliseconds