Searched refs:m_to_data (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 1291 unsigned char* m_to_data; member in gl4cts::GPUShaderFP64Test7
|
D | gl4cShaderSubroutineTests.cpp | 8908 , m_to_data(DE_NULL) in FunctionalTest17() 8965 if (m_to_data != DE_NULL) in deinit() 8967 delete[] m_to_data; in deinit() 8969 m_to_data = DE_NULL; in deinit() 9284 m_to_data = new float[m_to_width * m_to_height * 4 /* rgba */]; in initTest() 9313 m_to_width, m_to_height, GL_RGBA, GL_FLOAT, m_to_data); in iterate() 9347 const float* row_ptr = m_to_data + y * 4 /* rgba */ * m_to_width; in verifyRenderedData()
|
D | gl4cShaderSubroutineTests.hpp | 979 float* m_to_data; member in gl4cts::ShaderSubroutine::FunctionalTest17
|
D | gl4cGPUShaderFP64Tests.cpp | 8870 , m_to_data(NULL) in GPUShaderFP64Test7() 9111 if (m_to_data != NULL) in deinit() 9113 delete[] m_to_data; in deinit() 9115 m_to_data = NULL; in deinit() 9209 gl.readPixels(0 /* x */, 0 /* y */, m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_data); in executeFunctionalTest() 9214 const unsigned char* row_ptr = m_to_data + 4 /* rgba */ * m_to_width * y; in executeFunctionalTest() 10021 m_to_data = new unsigned char[m_to_width * m_to_height * 4 /* RGBA */]; in initTest()
|