OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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.cpp
683
ImageFormat TestBase::getDefaultFormat (GLenum
attPoint
, GLenum bufType) const
692
Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(
attPoint
) |
697
formats = m_ctx.getCtxFormats().getFormats(formatFlag(
attPoint
) |
798
GLenum
attPoint
;
821
attachTargetToNew(m_params.
attPoint
, m_params.bufType, m_params.format, 64, 64, builder);
977
static const struct
AttPoint
{
978
GLenum
attPoint
;
993
for (const
AttPoint
* it = DE_ARRAY_BEGIN(attPoints); it != DE_ARRAY_END(attPoints); it++)
1000
const RenderableParams params = { it->
attPoint
, GL_RENDERBUFFER, *it2 };
1007
const RenderableParams params = { it->
attPoint
, GL_TEXTURE, *it2 }
[
all
...]
glsFboCompletenessTests.hpp
102
ImageFormat getDefaultFormat (GLenum
attPoint
, GLenum bufType) const;
/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 587 milliseconds