Searched refs:checkAllTexParameterInvocations (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleDependenciesTests.cpp | 2240 void MultisampleTextureDependenciesTexParameterTest::checkAllTexParameterInvocations(glw::GLenum ex… in checkAllTexParameterInvocations() function in glcts::MultisampleTextureDependenciesTexParameterTest 2392 …checkAllTexParameterInvocations(expected_error_code, int_value, GL_TEXTURE_BASE_LEVEL, texture_tar… in iterate() 2420 checkAllTexParameterInvocations(GL_INVALID_ENUM, 0, pname, texture_target); in iterate() 2437 checkAllTexParameterInvocations(GL_NO_ERROR, 10, GL_TEXTURE_MAX_LEVEL, texture_target); in iterate() 2438 checkAllTexParameterInvocations(GL_NO_ERROR, GL_GREEN, GL_TEXTURE_SWIZZLE_R, texture_target); in iterate() 2439 checkAllTexParameterInvocations(GL_NO_ERROR, GL_BLUE, GL_TEXTURE_SWIZZLE_G, texture_target); in iterate() 2440 checkAllTexParameterInvocations(GL_NO_ERROR, GL_ALPHA, GL_TEXTURE_SWIZZLE_B, texture_target); in iterate() 2441 checkAllTexParameterInvocations(GL_NO_ERROR, GL_RED, GL_TEXTURE_SWIZZLE_A, texture_target); in iterate()
|
D | es31cTextureStorageMultisampleDependenciesTests.hpp | 329 …void checkAllTexParameterInvocations(glw::GLenum expected_error_code, glw::GLint value, glw::GLenu…
|