Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp314 …float tempOffsetData[3*3] = // For temporarily centering the coordinates to get nicer transformati… in MultiTexShader() local
352 Mat3(tempOffsetData) * in MultiTexShader()
358 (Mat3(tempOffsetData) * (-1.0f)); in MultiTexShader()
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp422 …static const float tempOffsetData[3*3] = // For temporarily centering the coordinates to get nicer… in MultiTexShader() local
459 Mat4 transformation = matExtend3To4(Mat3(tempOffsetData) * in MultiTexShader()
465 (Mat3(tempOffsetData) * (-1.0f))); in MultiTexShader()