Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.hpp1291 unsigned char* m_to_data; member in gl4cts::GPUShaderFP64Test7
H A Dgl4cShaderSubroutineTests.cpp8907 , m_to_data(DE_NULL) in FunctionalTest17()
8964 if (m_to_data != DE_NULL) in deinit()
8966 delete[] m_to_data; in deinit()
8968 m_to_data = DE_NULL; in deinit()
9283 m_to_data = new float[m_to_width * m_to_height * 4 /* rgba */]; in initTest()
9312 m_to_width, m_to_height, GL_RGBA, GL_FLOAT, m_to_data); in iterate()
9334 * m_to_data.
9346 const float* row_ptr = m_to_data + y * 4 /* rgba */ * m_to_width; in verifyRenderedData()
H A Dgl4cShaderSubroutineTests.hpp979 float* m_to_data; member in gl4cts::ShaderSubroutine::FunctionalTest17
H A Dgl4cGPUShaderFP64Tests.cpp8843 , m_to_data(NULL) in GPUShaderFP64Test7()
9084 if (m_to_data != NULL) in deinit()
9086 delete[] m_to_data; in deinit()
9088 m_to_data = NULL; in deinit()
9182 gl.readPixels(0 /* x */, 0 /* y */, m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_data); in executeFunctionalTest()
9187 const unsigned char* row_ptr = m_to_data + 4 /* rgba */ * m_to_width * y; in executeFunctionalTest()
9994 m_to_data = new unsigned char[m_to_width * m_to_height * 4 /* RGBA */]; in initTest()

Completed in 44 milliseconds