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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBlit.cpp444 float halfPixelAdjust[4] = { -1.0f/vp.Width, 1.0f/vp.Height, 0, 0 }; local
445 device->SetVertexShaderConstantF(0, halfPixelAdjust, 1);

Completed in 56 milliseconds