OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkAttachmentParam
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fFboStateQueryTests.cpp
58
void
checkAttachmentParam
(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference)
69
checkAttachmentParam
(testCtx, gl, target, GL_COLOR_ATTACHMENT0, pname, reference);
/external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp
144
void
checkAttachmentParam
(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference)
155
checkAttachmentParam
(testCtx, gl, target, GL_COLOR_ATTACHMENT0, pname, reference);
230
checkAttachmentParam
(m_testCtx, *this, GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, GL_NONE);
231
checkAttachmentParam
(m_testCtx, *this, GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, 0);
472
checkAttachmentParam
(m_testCtx, *this, GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_LINEAR);
826
checkAttachmentParam
(m_testCtx, *this, GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_LINEAR);
[
all
...]
Completed in 68 milliseconds