OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internalFormats
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp
177
}
internalFormats
[] =
227
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
internalFormats
); ++ndx)
229
const InternalFormat internalFormat =
internalFormats
[ndx];
/external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp
358
}
internalFormats
[] =
421
for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(
internalFormats
); ++caseNdx)
423
const std::string name = std::string(
internalFormats
[caseNdx].name) + "_samples";
424
const std::string desc = std::string("Verify GL_SAMPLES of ") +
internalFormats
[caseNdx].name;
426
group->addChild(new FormatSamplesCase(m_context, name.c_str(), desc.c_str(), texTarget,
internalFormats
[caseNdx].format,
internalFormats
[caseNdx].type));
es31fTextureLevelStateQueryTests.cpp
493
static const glw::GLenum
internalFormats
[] =
543
for (int internalFormatNdx = 0; internalFormatNdx < DE_LENGTH_OF_ARRAY(
internalFormats
); ++internalFormatNdx)
552
texGen.description = std::string() + "GL_TEXTURE_2D, internal format " + glu::getPixelFormatName(
internalFormats
[internalFormatNdx]);
558
level.internalFormat =
internalFormats
[internalFormatNdx];
[
all
...]
Completed in 1223 milliseconds