Searched refs:glAttach (Results 1 – 4 of 4) sorted by relevance
308 builder.glAttach(target, att); in build()428 builder.glAttach(target, &att); in build()
771 builder.glAttach(target, att); in attachTargetToNew()895 builder.glAttach(GL_DEPTH_ATTACHMENT, att); in makeDepthAndStencil()896 builder.glAttach(GL_STENCIL_ATTACHMENT, att); in makeDepthAndStencil()
329 void glAttach (glw::GLenum attPoint,
962 void FboBuilder::glAttach (GLenum attPoint, const Attachment* att) in glAttach() function in deqp::gls::FboUtil::FboBuilder