Searched refs:region_width (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 138 glw::GLuint right_layer, glw::GLuint right_level, glw::GLuint region_width,
|
D | gl4cTextureViewTests.cpp | 8100 const unsigned int region_width = (write_to_width >> 1); in checkAPICallCoherency() local 8102 const unsigned int region_x = region_width - (region_width >> 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() argument 2949 for (GLuint x = 0; x < region_width; ++x) in compareImages()
|