Home
last modified time | relevance | path

Searched refs:lastPix (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp634 const int lastPix = access.getWidth()-1; in initTexture() local
640 access.setPixel(cCorner, 0, lastPix); in initTexture()
641 access.setPixel(cCorner, lastPix, 0); in initTexture()
642 access.setPixel(cCorner, lastPix, lastPix); in initTexture()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp926 const int lastPix = access.getWidth()-1; in initTexture() local
932 access.setPixel(cCorner, 0, lastPix); in initTexture()
933 access.setPixel(cCorner, lastPix, 0); in initTexture()
934 access.setPixel(cCorner, lastPix, lastPix); in initTexture()
1129 const int lastPix = access.getWidth()-1; in initTexture() local
1135 access.setPixel(cCorner, 0, lastPix); in initTexture()
1136 access.setPixel(cCorner, lastPix, 0); in initTexture()
1137 access.setPixel(cCorner, lastPix, lastPix); in initTexture()