Home
last modified time | relevance | path

Searched refs:mSupportedInternalFormats (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp813 mSupportedInternalFormats.push_back(GL_R8); in init()
814 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
815 mSupportedInternalFormats.push_back(GL_R16); in init()
816 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init()
817 mSupportedInternalFormats.push_back(GL_RG8); in init()
818 mSupportedInternalFormats.push_back(GL_RG8_SNORM); in init()
819 mSupportedInternalFormats.push_back(GL_RG16); in init()
820 mSupportedInternalFormats.push_back(GL_RG16_SNORM); in init()
821 mSupportedInternalFormats.push_back(GL_RGB565); in init()
822 mSupportedInternalFormats in init()
[all...]
H A Dgl4cSparseTexture2Tests.cpp480 mSupportedInternalFormats.push_back(GL_R8); in init()
481 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
482 mSupportedInternalFormats.push_back(GL_R16); in init()
483 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init()
484 mSupportedInternalFormats.push_back(GL_RG8); in init()
485 mSupportedInternalFormats.push_back(GL_RG8_SNORM); in init()
486 mSupportedInternalFormats.push_back(GL_RG16); in init()
487 mSupportedInternalFormats.push_back(GL_RG16_SNORM); in init()
488 mSupportedInternalFormats.push_back(GL_RGB565); in init()
489 mSupportedInternalFormats in init()
[all...]
H A Dgl4cSparseTextureTests.hpp160 std::vector<GLint> mSupportedInternalFormats; member in gl4cts::InternalFormatQueriesTestCase
205 std::vector<GLint> mSupportedInternalFormats; member in gl4cts::SparseTextureAllocationTestCase
233 std::vector<GLint> mSupportedInternalFormats; member in gl4cts::SparseTextureCommitmentTestCase
H A Dgl4cSparseTextureClampTests.cpp199 mSupportedInternalFormats.push_back(GL_DEPTH_COMPONENT16); in init()
535 mSupportedInternalFormats.push_back(GL_DEPTH_COMPONENT16); in init()
631 for (std::vector<glw::GLint>::const_iterator formIter = mSupportedInternalFormats.begin(); in iterate()
632 formIter != mSupportedInternalFormats.end(); ++formIter) in iterate()

Completed in 6 milliseconds