Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp999 float texCoordScaleY = (texcoordRect.bottom - texcoordRect.top) / float(sourceImageHeight); in buildCompositionVk() local
1024 texCoordScaleY *= -1.0f; in buildCompositionVk()
1032 texCoordScaleY *= -1.0f; in buildCompositionVk()
1050 glm::vec3(texCoordScaleX, texCoordScaleY, 1.0f)) * in buildCompositionVk()