Searched refs:s_destination_buffer_size (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGetTextureSubImageTests.cpp | 238 m_destination_buffer = (glw::GLubyte*)malloc(s_destination_buffer_size); in prepare() 266 GL_UNSIGNED_BYTE, s_destination_buffer_size, m_destination_buffer); in testExistingTextureObjectError() 281 s_texture_data_compressed_height, 1, s_destination_buffer_size, in testExistingTextureObjectError() 319 GL_RGBA, GL_UNSIGNED_BYTE, s_destination_buffer_size, m_destination_buffer); in testBufferOrMultisampledTargetError() 354 GL_UNSIGNED_BYTE, s_destination_buffer_size, m_destination_buffer); in testNegativeOffsetError() 369 s_texture_data_compressed_height, 1, s_destination_buffer_size, in testNegativeOffsetError() 408 s_texture_data_height * 2, 1, GL_RGBA, GL_UNSIGNED_BYTE, s_destination_buffer_size, in testBoundsError() 429 s_texture_data_compressed_height * 2, 1, s_destination_buffer_size, in testBoundsError() 470 s_destination_buffer_size, m_destination_buffer); in testOneDimmensionalTextureErrors() 524 GL_UNSIGNED_BYTE, s_destination_buffer_size, m_destination_buffer); in testTwoDimmensionalTextureErrors() [all …]
|
D | gl4cGetTextureSubImageTests.hpp | 168 static const glw::GLuint s_destination_buffer_size; member in gl4cts::GetTextureSubImage::Errors
|