OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attPoint
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/glshared/
glsFboUtil.cpp
271
static void attachAttachment (const Attachment& att, GLenum
attPoint
,
276
gl.framebufferRenderbuffer(rAtt->target,
attPoint
,
280
gl.framebufferTexture2D(fAtt->target,
attPoint
,
284
gl.framebufferTextureLayer(lAtt->target,
attPoint
,
314
GLenum
attPoint
, const Image* image,
346
cctx.require((flags & formatFlag(
attPoint
)) != 0, GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT);
422
const GLenum
attPoint
= it->first;
425
checkAttachmentCompleteness(*cctx, att,
attPoint
, image, m_formats);
433
void Framebuffer::attach (glw::GLenum
attPoint
, const Attachment* att)
436
attachments.erase(
attPoint
);
[
all
...]
glsFboCompletenessTests.cpp
503
ImageFormat TestBase::getDefaultFormat (GLenum
attPoint
, GLenum bufType) const
512
Formats formats = m_ctx.getMinFormats().getFormats(formatFlag(
attPoint
) |
517
formats = m_ctx.getCtxFormats().getFormats(formatFlag(
attPoint
) |
618
GLenum
attPoint
;
641
attachTargetToNew(m_params.
attPoint
, m_params.bufType, m_params.format, 64, 64, builder);
797
static const struct
AttPoint
{
798
GLenum
attPoint
;
813
for (const
AttPoint
* it = DE_ARRAY_BEGIN(attPoints); it != DE_ARRAY_END(attPoints); it++)
820
const RenderableParams params = { it->
attPoint
, GL_RENDERBUFFER, *it2 };
827
const RenderableParams params = { it->
attPoint
, GL_TEXTURE, *it2 }
[
all
...]
glsFboUtil.hpp
310
//! complete" when bound to attachment point `
attPoint
`, and the current
313
bool isComplete (glw::GLenum
attPoint
, const Image* image,
365
void attach (glw::GLenum
attPoint
, const Attachment* att);
378
void glAttach (glw::GLenum
attPoint
,
419
virtual void check (glw::GLenum
attPoint
, const config::Attachment& att,
glsFboCompletenessTests.hpp
101
ImageFormat getDefaultFormat (GLenum
attPoint
, GLenum bufType) const;
/external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp
131
void check (GLenum
attPoint
, const Attachment& att,
138
void ES2Checker::check(GLenum
attPoint
, const Attachment& att, const Image* image)
140
DE_UNREF(
attPoint
);
/external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp
161
void check (GLenum
attPoint
, const Attachment& att, const Image* image);
172
void ES3Checker::check (GLenum
attPoint
, const Attachment& att, const Image* image)
207
if (
attPoint
== GL_DEPTH_ATTACHMENT ||
attPoint
== GL_STENCIL_ATTACHMENT)
Completed in 732 milliseconds