OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_supportedInternalFormats
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/common/
glcTextureFilterAnisotropicTests.cpp
432
m_supportedInternalFormats
.clear();
433
m_supportedInternalFormats
.push_back(GL_R8);
434
m_supportedInternalFormats
.push_back(GL_R8_SNORM);
435
m_supportedInternalFormats
.push_back(GL_RG8);
436
m_supportedInternalFormats
.push_back(GL_RG8_SNORM);
437
m_supportedInternalFormats
.push_back(GL_RGB8);
438
m_supportedInternalFormats
.push_back(GL_RGB8_SNORM);
439
m_supportedInternalFormats
.push_back(GL_RGB565);
440
m_supportedInternalFormats
.push_back(GL_RGBA4);
441
m_supportedInternalFormats
.push_back(GL_RGB5_A1)
[
all
...]
glcTextureFilterAnisotropicTests.hpp
84
std::vector<GLenum>
m_supportedInternalFormats
;
Completed in 52 milliseconds