Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.cpp469 static deUint32 genTexture (void) { deUint32 tex = 0; glGenTextures(1, &tex); return tex; } in genTexture() function in deqp::gls::LongStressCaseInternal::Texture
483 , m_textureGL (genTexture()) in Texture()