HomeSort by relevance Sort by last modified time
    Searched refs:attPoint (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/glshared/
glsFboUtil.cpp 428 static void attachAttachment (const Attachment& att, GLenum attPoint,
433 gl.framebufferRenderbuffer(rAtt->target, attPoint,
437 gl.framebufferTexture2D(fAtt->target, attPoint,
441 gl.framebufferTextureLayer(lAtt->target, attPoint,
471 GLenum attPoint, const Image* image,
507 if ((flags & getAttachmentRenderabilityFlag(attPoint)) == 0)
634 const GLenum attPoint = it->first;
638 checkAttachmentCompleteness(*cctx, att, attPoint, image, m_formats);
646 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att)
649 attachments.erase(attPoint);
    [all...]
glsFboUtil.hpp 263 //! complete" when bound to attachment point `attPoint`, and the current
266 bool isComplete (glw::GLenum attPoint, const Image* image,
318 void attach (glw::GLenum attPoint, const Attachment* att);
329 void glAttach (glw::GLenum attPoint,
406 virtual void check (glw::GLenum attPoint,
glsFboCompletenessTests.hpp 102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
glsFboCompletenessTests.cpp 677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
686 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) |
691 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) |
792 GLenum attPoint;
815 attachTargetToNew(m_params.attPoint, m_params.bufType, m_params.format, 64, 64, builder);
971 static const struct AttPoint {
972 GLenum attPoint;
987 for (const AttPoint* it = DE_ARRAY_BEGIN(attPoints); it != DE_ARRAY_END(attPoints); it++)
994 const RenderableParams params = { it->attPoint, GL_RENDERBUFFER, *it2 };
1001 const RenderableParams params = { it->attPoint, GL_TEXTURE, *it2 }
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 198 void check (GLenum attPoint, const Attachment& att,
212 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image)
214 DE_UNREF(attPoint);
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 182 void check (GLenum attPoint, const Attachment& att, const Image* image);
193 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image)
228 if (attPoint == GL_DEPTH_ATTACHMENT || attPoint == GL_STENCIL_ATTACHMENT)

Completed in 167 milliseconds