OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsizedType
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsFboUtil.hpp
97
glw::GLenum
unsizedType
;
102
(format == other.format &&
unsizedType
< other.
unsizedType
));
glsFboUtil.cpp
81
if (format.
unsizedType
== GL_NONE)
89
return stream << "(format = " << glu::getTextureFormatStr(format.format) << ", type = " << glu::getTypeStr(format.
unsizedType
) << ")";
590
else if (it->second->internalFormat.
unsizedType
== GL_NONE)
685
const GLenum type = img.internalFormat.
unsizedType
;
990
if (imgFormat.
unsizedType
== GL_NONE)
993
return TransferFormat(imgFormat.format, imgFormat.
unsizedType
);
glsFboCompletenessTests.cpp
774
if (format.
unsizedType
!= GL_NONE)
776
const string typeStr = getTypeName(format.
unsizedType
);
787
if (format.
unsizedType
!= GL_NONE)
789
const string typeStr = getTypeName(format.
unsizedType
);
Completed in 486 milliseconds