Searched refs:mCurrentRotationDrawFramebuffer (Results 1 – 2 of 2) sorted by relevance
596 mCurrentRotationDrawFramebuffer(SurfaceRotation::Identity),2383 return IsRotatedAspectRatio(mCurrentRotationDrawFramebuffer); in isRotatedAspectRatioForDrawFBO()2393 return mCurrentRotationDrawFramebuffer; in getRotationDrawFramebuffer()2965 mCurrentRotationDrawFramebuffer = in updateSurfaceRotationDrawFramebuffer()3372 switch (mCurrentRotationDrawFramebuffer) in handleDirtyGraphicsDriverUniforms()3422 memcpy(&driverUniforms->preRotation, &kPreRotationMatrices[mCurrentRotationDrawFramebuffer], in handleDirtyGraphicsDriverUniforms()3424 memcpy(&driverUniforms->fragRotation, &kFragRotationMatrices[mCurrentRotationDrawFramebuffer], in handleDirtyGraphicsDriverUniforms()
817 SurfaceRotation mCurrentRotationDrawFramebuffer; variable