Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp315 float tempOffsetData[3*3] = // For temporarily centering the coordinates to get nicer transformations. in MultiTexShader() local
353 Mat3(tempOffsetData) * in MultiTexShader()
359 (Mat3(tempOffsetData) * (-1.0f)); in MultiTexShader()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp423 static const float tempOffsetData[3*3] = // For temporarily centering the coordinates to get nicer transformations. in MultiTexShader() local
460 Mat4 transformation = matExtend3To4(Mat3(tempOffsetData) * in MultiTexShader()
466 (Mat3(tempOffsetData) * (-1.0f))); in MultiTexShader()

Completed in 4 milliseconds