OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requiredColorformats
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp
165
const GLenum
requiredColorformats
[] =
170
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
requiredColorformats
); ++ndx)
172
glRenderbufferStorage(GL_RENDERBUFFER,
requiredColorformats
[ndx], 1, 1);
175
checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_INTERNAL_FORMAT,
requiredColorformats
[ndx]);
204
}
requiredColorFormats
[] =
211
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
requiredColorFormats
); ++ndx)
213
glRenderbufferStorage(GL_RENDERBUFFER,
requiredColorFormats
[ndx].internalFormat, 1, 1);
216
checkRenderbufferComponentSize(m_testCtx, *this,
requiredColorFormats
[ndx].bitsR,
requiredColorFormats
[ndx].bitsG,
requiredColorFormats
[ndx].bitsB, requiredColorFormats[ndx].bitsA, -1, -1)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp
180
const GLenum
requiredColorformats
[] =
188
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
requiredColorformats
); ++ndx)
190
glRenderbufferStorage(GL_RENDERBUFFER,
requiredColorformats
[ndx], 128, 128);
193
checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_INTERNAL_FORMAT,
requiredColorformats
[ndx]);
222
}
requiredColorFormats
[] =
254
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
requiredColorFormats
); ++ndx)
256
glRenderbufferStorage(GL_RENDERBUFFER,
requiredColorFormats
[ndx].internalFormat, 128, 128);
259
checkRenderbufferComponentSize(m_testCtx, *this,
requiredColorFormats
[ndx].bitsR,
requiredColorFormats
[ndx].bitsG,
requiredColorFormats
[ndx].bitsB, requiredColorFormats[ndx].bitsA, -1, -1)
[
all
...]
es3fFboStateQueryTests.cpp
503
}
requiredColorformats
[] =
535
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
requiredColorformats
); ++ndx)
537
const GLenum colorFormat =
requiredColorformats
[ndx].internalFormat;
548
checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE,
requiredColorformats
[ndx].componentType);
[
all
...]
Completed in 107 milliseconds