Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp332 glw::GLuint glCreateRbo (const config::Renderbuffer& rbCfg);
DglsFboCompletenessTests.cpp753 img = builder.glCreateRbo(*rboCfg); in makeAttachment()
DglsFboUtil.cpp980 GLuint FboBuilder::glCreateRbo (const Renderbuffer& rbCfg) in glCreateRbo() function in deqp::gls::FboUtil::FboBuilder
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp449 const GLuint rbo = builder.glCreateRbo(rboCfg); in build()