OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitsA
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp
203
int bitsR, bitsG, bitsB,
bitsA
;
216
checkRenderbufferComponentSize(m_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].
bitsA
, -1, -1);
/external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp
222
int bitsR, bitsG, bitsB,
bitsA
;
260
checkRenderbufferComponentSize(m_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFormats[ndx].bitsB, requiredColorFormats[ndx].
bitsA
, -1, -1);
es3fFboStateQueryTests.cpp
637
virtual void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint
bitsA
) = DE_NULL;
653
int bitsR, bitsG, bitsB,
bitsA
;
664
testColorAttachment(colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAttachments[ndx].bitsG, colorAttachments[ndx].bitsB, colorAttachments[ndx].
bitsA
);
698
void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint
bitsA
)
709
checkAttachmentComponentSizeAtLeast (m_testCtx, *this, GL_FRAMEBUFFER, attachment, bitsR, bitsG, bitsB,
bitsA
, -1, -1);
743
void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint
bitsA
)
754
checkAttachmentComponentSizeAtLeast (m_testCtx, *this, GL_FRAMEBUFFER, attachment, bitsR, bitsG, bitsB,
bitsA
, -1, -1);
[
all
...]
Completed in 4640 milliseconds