Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp331 glw::GLuint glCreateTexture (const config::Texture& texCfg);
DglsFboCompletenessTests.cpp758 img = builder.glCreateTexture(*texCfg); in makeAttachment()
DglsFboUtil.cpp972 GLuint FboBuilder::glCreateTexture (const Texture& texCfg) in glCreateTexture() function in deqp::gls::FboUtil::FboBuilder
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp330 const GLuint tex = builder.glCreateTexture(*texCfg); in build()