Home
last modified time | relevance | path

Searched refs:m_destination_buffer (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp77 , m_destination_buffer(DE_NULL) in Errors()
238 m_destination_buffer = (glw::GLubyte*)malloc(s_destination_buffer_size); in prepare()
240 if (DE_NULL == m_destination_buffer) in prepare()
266 GL_UNSIGNED_BYTE, s_destination_buffer_size, m_destination_buffer); in testExistingTextureObjectError()
282 m_destination_buffer); 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()
370 m_destination_buffer); in testNegativeOffsetError()
409 m_destination_buffer); in testBoundsError()
430 m_destination_buffer); in testBoundsError()
[all …]
Dgl4cGetTextureSubImageTests.hpp121 glw::GLubyte* m_destination_buffer; member in gl4cts::GetTextureSubImage::Errors