HomeSort by relevance Sort by last modified time
    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