Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp308 builder.glAttach(target, att); in build()
428 builder.glAttach(target, &att); in build()
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp771 builder.glAttach(target, att); in attachTargetToNew()
895 builder.glAttach(GL_DEPTH_ATTACHMENT, att); in makeDepthAndStencil()
896 builder.glAttach(GL_STENCIL_ATTACHMENT, att); in makeDepthAndStencil()
DglsFboUtil.hpp329 void glAttach (glw::GLenum attPoint,
DglsFboUtil.cpp962 void FboBuilder::glAttach (GLenum attPoint, const Attachment* att) in glAttach() function in deqp::gls::FboUtil::FboBuilder