Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp796 GLubyte incompleteCubeArrayPixels[kCubeMapArraySize][4]; in getIncompleteTexture() local
799 incompleteCubeArrayPixels[i][0] = incompleteTextureParam.clearColor[0]; in getIncompleteTexture()
800 incompleteCubeArrayPixels[i][1] = incompleteTextureParam.clearColor[1]; in getIncompleteTexture()
801 incompleteCubeArrayPixels[i][2] = incompleteTextureParam.clearColor[2]; in getIncompleteTexture()
802 incompleteCubeArrayPixels[i][3] = incompleteTextureParam.clearColor[3]; in getIncompleteTexture()
808 *incompleteCubeArrayPixels)); in getIncompleteTexture()