OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTexelFormats
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/deps/glbench/src/
texturerebind.cc
25
kTexelFormats
.push_back(GL_RGBA);
texturetest.h
45
std::vector<GLenum>
kTexelFormats
;
texturetest.cc
35
kTexelFormats
.push_back(GL_LUMINANCE);
36
kTexelFormats
.push_back(GL_RGBA);
83
for (auto fmt :
kTexelFormats
) {
Completed in 407 milliseconds