Searched refs:driverUniformsExt (Results 1 – 2 of 2) sorted by relevance
1336 DriverUniformExtended driverUniformsExt(DriverUniformMode::InterfaceBlock); in translate() local1338 &driverUniformsExt)) in translate()
4772 GraphicsDriverUniformsExtended *driverUniformsExt = in handleDirtyGraphicsDriverUniforms() local4774 driverUniformsExt->halfRenderArea = {halfRenderAreaWidth, halfRenderAreaHeight}; in handleDirtyGraphicsDriverUniforms()4775 driverUniformsExt->flipXY = {flipX, flipY}; in handleDirtyGraphicsDriverUniforms()4776 driverUniformsExt->negFlipXY = {flipX, -flipY}; in handleDirtyGraphicsDriverUniforms()4777 memcpy(&driverUniformsExt->fragRotation, in handleDirtyGraphicsDriverUniforms()4780 driverUniforms = &driverUniformsExt->common; in handleDirtyGraphicsDriverUniforms()