Searched refs:region_height (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 139 glw::GLuint region_height) const;
|
D | gl4cTextureViewTests.cpp | 8101 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()
|
D | gl4cCopyImageTests.cpp | 2895 GLuint right_level, GLuint region_width, GLuint region_height) const in compareImages() 2938 for (GLuint y = 0; y < region_height; ++y) in compareImages()
|