Searched refs:texel_gl_format_ (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | texturetest.cc | 84 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()
|
D | textureuploadtest.cc | 28 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()
|
D | textureupdatetest.cc | 31 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()
|
D | texturereusetest.cc | 33 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()
|
D | texturetest.h | 42 GLenum texel_gl_format_; variable
|