Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboUtil.hpp331 glw::GLuint glCreateTexture (const config::Texture& texCfg);
DglsFboCompletenessTests.cpp738 img = builder.glCreateTexture(*texCfg); in makeAttachment()
DglsFboUtil.cpp972 GLuint FboBuilder::glCreateTexture (const Texture& texCfg) in glCreateTexture() function in deqp::gls::FboUtil::FboBuilder
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp302 const GLuint tex = builder.glCreateTexture(*texCfg); in build()