Home
last modified time | relevance | path

Searched refs:region_height (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp139 glw::GLuint region_height) const;
Dgl4cTextureViewTests.cpp8101 const unsigned int region_height = (write_to_height >> 1); in checkAPICallCoherency() local
8103 const unsigned int region_y = region_height - (region_height >> 1); in checkAPICallCoherency()
8109 unsigned char* static_color_data_ptr = getStaticColorTextureData(region_width, region_height); in checkAPICallCoherency()
8112 region_x, region_y, region_width, region_height, GL_RGBA, GL_UNSIGNED_BYTE, in checkAPICallCoherency()
8130 region_x, region_y, region_x + region_width, region_y + region_height, GL_COLOR_BUFFER_BIT, in checkAPICallCoherency()
Dgl4cCopyImageTests.cpp2895 GLuint right_level, GLuint region_width, GLuint region_height) const in compareImages()
2938 for (GLuint y = 0; y < region_height; ++y) in compareImages()