Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp2926 const deUint32 texSubWidth = 2; in createTexture() local
2976 glTexSubImage2D(GL_TEXTURE_2D, 0, texSubOffsetX, texSubOffsetY, texSubWidth, texSubHeight, transferFmt.format, transferFmt.dataType, reinterpret_cast<void*>(pboOffsetPtr)); in createTexture()
3003 for (deUint32 column = 0; column < texSubWidth; column++) in createTexture()
3005 if (color_data[row][column + texSubWidth] != pixel_data[row][column + pboOffset]) in createTexture()

Completed in 9 milliseconds