Home
last modified time | relevance | path

Searched refs:texel_gl_format_ (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/deps/glbench/src/
Dtexturetest.cc84 texel_gl_format_ = fmt; in Run()
85 std::string texel_gl_format_name = kTexelFormatNames.at(texel_gl_format_); in Run()
86 unsigned int texel_size = kTexelFormatSizes[texel_gl_format_]; in Run()
109 glTexImage2D(GL_TEXTURE_2D, 0, texel_gl_format_, width_, height_, 0, in Run()
110 texel_gl_format_, GL_UNSIGNED_BYTE, NULL); in Run()
126 glTexImage2D(GL_TEXTURE_2D, 0, texel_gl_format_, in Run()
128 texel_gl_format_, GL_UNSIGNED_BYTE, in Run()
133 texel_gl_format_, GL_UNSIGNED_BYTE, in Run()
Dtextureuploadtest.cc28 glTexImage2D(GL_TEXTURE_2D, 0, texel_gl_format_, width_, height_, 0, in TestFunc()
29 texel_gl_format_, GL_UNSIGNED_BYTE, in TestFunc()
34 texel_gl_format_, GL_UNSIGNED_BYTE, in TestFunc()
Dtextureupdatetest.cc31 glTexImage2D(GL_TEXTURE_2D, 0, texel_gl_format_, width_, height_, 0, in TestFunc()
32 texel_gl_format_, GL_UNSIGNED_BYTE, in TestFunc()
37 texel_gl_format_, GL_UNSIGNED_BYTE, in TestFunc()
Dtexturereusetest.cc33 glTexImage2D(GL_TEXTURE_2D, 0, texel_gl_format_, width_, height_, 0, in TestFunc()
34 texel_gl_format_, GL_UNSIGNED_BYTE, in TestFunc()
39 texel_gl_format_, GL_UNSIGNED_BYTE, in TestFunc()
Dtexturetest.h42 GLenum texel_gl_format_; variable